mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
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:
parent
5261a0ae7a
commit
7d47425058
@ -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'
|
||||||
|
|
||||||
|
@ -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'
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user