diff --git a/packages/sysutils/systemd/config/system.d/cifs.mount.sample b/packages/sysutils/systemd/config/system.d/cifs.mount.sample index 36efc24aa3..bb0e520dc3 100644 --- a/packages/sysutils/systemd/config/system.d/cifs.mount.sample +++ b/packages/sysutils/systemd/config/system.d/cifs.mount.sample @@ -35,7 +35,7 @@ Type=cifs [Install] -# The target is used by 'servicectl enable ' to link +# The target is used by 'systemctl enable ' to link # this service to a runlevel for starting on boot. usually 'multi-user.target' # is ok here. WantedBy=multi-user.target diff --git a/packages/sysutils/systemd/config/system.d/nfs.mount.sample b/packages/sysutils/systemd/config/system.d/nfs.mount.sample index 4628db4b94..05f3726182 100644 --- a/packages/sysutils/systemd/config/system.d/nfs.mount.sample +++ b/packages/sysutils/systemd/config/system.d/nfs.mount.sample @@ -35,7 +35,7 @@ Type=nfs [Install] -# The target is used by 'servicectl enable ' to link +# The target is used by 'systemctl enable ' to link # this service to a runlevel for starting on boot. usually 'multi-user.target' # is ok here. WantedBy=multi-user.target