summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-cluster/slurm/files/slurmdbd.initd')
-rw-r--r--sys-cluster/slurm/files/slurmdbd.initd4
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 $?
}