From b92f26a25a3199cb0298bc314189ad3815d8b017 Mon Sep 17 00:00:00 2001 From: Kai Sommerfeld Date: Thu, 5 Feb 2015 18:39:38 +0100 Subject: [PATCH] Fixed comment in systemd mount sample scripts: servicectl -> systemctl --- 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 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