diff --git a/src/systemd-mount.ejs b/src/systemd-mount.ejs index e933d8e07..e9e4386bc 100644 --- a/src/systemd-mount.ejs +++ b/src/systemd-mount.ejs @@ -1,5 +1,5 @@ [Unit] -Description=mount script for <%= name %> +Description=<%= name %> <% if ( type === 'cifs' || type === 'nfs' || type === 'sshfs' ) { %> Requires=unbound.service After=unbound.service