mounts: rename name to description

this makes it clear that the field is not important
This commit is contained in:
Girish Ramakrishnan
2025-08-01 15:48:09 +02:00
parent ea419509f1
commit 9dfe6242b9
4 changed files with 18 additions and 31 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
[Unit]
Description=<%= name %>
Description=<%= description %>
<% if ( type === 'cifs' || type === 'nfs' || type === 'fuse.sshfs' ) { %>
Requires=<%= dependsOn %>
After=<%= dependsOn %>