diff options
author | Marc Schiffbauer <mschiff@gentoo.org> | 2017-05-30 22:23:51 +0200 |
---|---|---|
committer | Marc Schiffbauer <mschiff@gentoo.org> | 2017-05-30 23:03:56 +0200 |
commit | 518d02c66133f4e69fd5265ba0bff1fe05814d43 (patch) | |
tree | 38fa3d1d1c85822adc02cee7fbb77c9a6f619181 /sys-cluster | |
parent | dev-lang/perl: Update module-corelist version (diff) | |
download | gentoo-518d02c66133f4e69fd5265ba0bff1fe05814d43.tar.gz gentoo-518d02c66133f4e69fd5265ba0bff1fe05814d43.tar.bz2 gentoo-518d02c66133f4e69fd5265ba0bff1fe05814d43.zip |
sys-cluster/sanlock: fix init script
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/sanlock/files/sanlock.initd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-cluster/sanlock/files/sanlock.initd b/sys-cluster/sanlock/files/sanlock.initd index 8121aa55e6a6..823e5edf26b8 100644 --- a/sys-cluster/sanlock/files/sanlock.initd +++ b/sys-cluster/sanlock/files/sanlock.initd @@ -2,7 +2,7 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -pidfile="/var/run/snlock.pid" -command="/usr/sbin/snlock" +pidfile="/var/run/sanlock.pid" +command="/usr/sbin/sanlock" command_args="daemon ${SANLOCKOPTS:-"-U sanlock -G sanlock"}" |