blob: 00f68e08f2f43aa74810e9b2a19e64f6a043f40d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
#!@RCD_SCRIPTS_SHELL@
# $NetBSD: slurmctld.sh,v 1.1 2018/04/22 21:31:09 bacon Exp $
#
# PROVIDE: slurmctld
# REQUIRE: DAEMON munge
# KEYWORD: shutdown
. /etc/rc.subr
name="slurmctld"
rcvar=${name}
command="@PREFIX@/sbin/slurmctld"
load_rc_config $name
run_rc_command "$1"
|