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'