Fixed comment in systemd mount sample scripts: servicectl -> systemctl

This commit is contained in:
Kai Sommerfeld 2015-02-05 18:39:38 +01:00
parent dc87b24215
commit b92f26a25a
2 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@ Type=cifs
[Install]
# The target is used by 'servicectl enable <name_of_this_file.mount>' to link
# The target is used by 'systemctl enable <name_of_this_file.mount>' to link
# this service to a runlevel for starting on boot. usually 'multi-user.target'
# is ok here.
WantedBy=multi-user.target

View File

@ -35,7 +35,7 @@ Type=nfs
[Install]
# The target is used by 'servicectl enable <name_of_this_file.mount>' to link
# The target is used by 'systemctl enable <name_of_this_file.mount>' to link
# this service to a runlevel for starting on boot. usually 'multi-user.target'
# is ok here.
WantedBy=multi-user.target