From 7d474250581ea38e4e34f044cd5971045e073be2 Mon Sep 17 00:00:00 2001 From: Nikolas Garofil Date: Wed, 8 Apr 2015 00:35:45 +0200 Subject: [PATCH] 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... --- packages/sysutils/systemd/config/system.d/cifs.mount.sample | 2 +- packages/sysutils/systemd/config/system.d/nfs.mount.sample | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/sysutils/systemd/config/system.d/cifs.mount.sample b/packages/sysutils/systemd/config/system.d/cifs.mount.sample index bb0e520dc3..eb0d085968 100644 --- a/packages/sysutils/systemd/config/system.d/cifs.mount.sample +++ b/packages/sysutils/systemd/config/system.d/cifs.mount.sample @@ -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' diff --git a/packages/sysutils/systemd/config/system.d/nfs.mount.sample b/packages/sysutils/systemd/config/system.d/nfs.mount.sample index 05f3726182..20ad18b65f 100644 --- a/packages/sysutils/systemd/config/system.d/nfs.mount.sample +++ b/packages/sysutils/systemd/config/system.d/nfs.mount.sample @@ -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'