diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2011-07-04 10:15:30 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2011-07-04 10:15:30 +0000 |
commit | 0e9f7b8e6cc192e5b630f9eccbd35e90b58e3b8b (patch) | |
tree | 680df1c7b481b67a4118c719183fc9505fc1e5dc /sys-cluster/slurm/files/slurmdbd.initd | |
parent | Version bump for Rails 3.0.9. (diff) | |
download | gentoo-2-0e9f7b8e6cc192e5b630f9eccbd35e90b58e3b8b.tar.gz gentoo-2-0e9f7b8e6cc192e5b630f9eccbd35e90b58e3b8b.tar.bz2 gentoo-2-0e9f7b8e6cc192e5b630f9eccbd35e90b58e3b8b.zip |
[sys-cluster/slurm] Update init.d reload stuff
(Portage version: 2.2.0_alpha43/cvs/Linux x86_64)
Diffstat (limited to 'sys-cluster/slurm/files/slurmdbd.initd')
-rw-r--r-- | sys-cluster/slurm/files/slurmdbd.initd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-cluster/slurm/files/slurmdbd.initd b/sys-cluster/slurm/files/slurmdbd.initd index 6d3a97a54385..c8512c516293 100644 --- a/sys-cluster/slurm/files/slurmdbd.initd +++ b/sys-cluster/slurm/files/slurmdbd.initd @@ -1,7 +1,7 @@ #!/sbin/runscript # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/slurm/files/slurmdbd.initd,v 1.1 2011/07/03 23:23:21 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/slurm/files/slurmdbd.initd,v 1.2 2011/07/04 10:15:30 alexxy Exp $ opts="reload" @@ -39,6 +39,6 @@ stop() { reload() { ebegin "Reloading slurmdb daemon configuration" - killproc slurmdbd -HUP + start-stop-daemon --signal HUP --pidfile /var/run/slurm/slurmdbd.pid eend $? } |