Merge pull request #4083 from ngaro/master

systemctl instead of servicectl
This commit is contained in:
Stefan Saraev 2015-04-08 10:57:25 +03:00
commit 7af5fff73b
2 changed files with 2 additions and 2 deletions

View File

@ -46,5 +46,5 @@ WantedBy=multi-user.target
# as extension. # as extension.
# This means, if we want mount to "/storage/music2" (see above "Where=/storage/music2") # 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 # 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. # as extension.
# This means, if we want mount to "/storage/movies2" (see above "Where=/storage/movies2") # 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 # 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'