mounts: rename name to description
this makes it clear that the field is not important
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
[Unit]
|
||||
Description=<%= name %>
|
||||
Description=<%= description %>
|
||||
<% if ( type === 'cifs' || type === 'nfs' || type === 'fuse.sshfs' ) { %>
|
||||
Requires=<%= dependsOn %>
|
||||
After=<%= dependsOn %>
|
||||
|
||||
Reference in New Issue
Block a user