systemctl instead of servicectl

Replaced the non-existing command "servicectl" by the correct "systemctl",
this was already done a couple lines above but strange enough not everywhere...
This commit is contained in:
Nikolas Garofil 2015-04-08 00:35:45 +02:00
parent 5261a0ae7a
commit 7d47425058
2 changed files with 2 additions and 2 deletions

View File

@ -46,5 +46,5 @@ WantedBy=multi-user.target
# as extension.
# This means, if we want mount to "/storage/music2" (see above "Where=/storage/music2")
# then this file must be renamed to 'storage-music2.mount' and can be enabled via ssh with the
# command 'servicectl enable storage-music2.mount'
# command 'systemctl enable storage-music2.mount'

View File

@ -46,5 +46,5 @@ WantedBy=multi-user.target
# as extension.
# This means, if we want mount to "/storage/movies2" (see above "Where=/storage/movies2")
# then this file must be renamed to 'storage-movies2.mount' and can be enabled via ssh with the
# command 'servicectl enable storage-movies2.mount'
# command 'systemctl enable storage-movies2.mount'