Merge pull request #3872 from ksooo/update-systemd-mount-samples

Fixed comment in systemd mount sample scripts: servicectl -> systemctl
This commit is contained in:
Stefan Saraev 2015-02-05 20:49:58 +02:00
commit 4f46e9a856
2 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@ Type=cifs
[Install] [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' # this service to a runlevel for starting on boot. usually 'multi-user.target'
# is ok here. # is ok here.
WantedBy=multi-user.target WantedBy=multi-user.target

View File

@ -35,7 +35,7 @@ Type=nfs
[Install] [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' # this service to a runlevel for starting on boot. usually 'multi-user.target'
# is ok here. # is ok here.
WantedBy=multi-user.target WantedBy=multi-user.target