Changeset 71 in code for trunk/rc.d
- Timestamp:
- Apr 17, 2025, 6:18:24 PM (7 weeks ago)
- Location:
- trunk/rc.d
- Files:
-
- 3 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/rc.d/FreeBSD
r67 r71 1 1 #!/bin/sh 2 # $ TheSupernovaDuo$2 # $YakumoLabs$ 3 3 # 4 4 # PROVIDE: mai -
trunk/rc.d/NetBSD
r67 r71 1 1 #!/bin/sh 2 # $ TheSupernovaDuo$2 # $YakumoLabs$ 3 3 # 4 4 # PROVIDE: mai 5 5 # REQUIRE: NETWORKING DAEMON 6 # BEFORE: LOGIN7 # KEYWORD: shutdown8 6 9 7 $_rc_subr_loaded . /etc/rc.subr … … 11 9 name="mai" 12 10 rcvar=$name 13 command="/usr/ pkg/bin/mai"14 command_args="-f /usr/ pkg/etc/mai/mai.ini -u www -g www"11 command="/usr/local/bin/mai" 12 command_args="-f /usr/local/etc/mai/mai.ini" 15 13 pidfile="/var/run/${name}.pid" 16 14 start_cmd="mai_start" 17 15 18 required_files="/usr/ pkg/etc/mai/mai.ini"16 required_files="/usr/local/etc/mai/mai.ini" 19 17 20 18 mai_start() { -
trunk/rc.d/OpenBSD
r67 r71 1 1 #!/bin/ksh 2 # $ TheSupernovaDuo$2 # $YakumoLabs$ 3 3 4 4 daemon="/usr/local/bin/mai" 5 daemon_flags="-f /usr/local/etc/mai/mai.ini -u www -g www"5 daemon_flags="-f /usr/local/etc/mai/mai.ini" 6 6 7 7 . /etc/rc.d/rc.subr -
trunk/rc.d/immortal.yml
r67 r71 1 cmd: /usr/local/bin/mai -f /usr/local/etc/mai/mai.ini -g www -u www 1 # $YakumoLabs$ 2 cmd: /usr/local/bin/mai -f /usr/local/etc/mai/mai.ini 2 3 cwd: /usr/local/share/mai
Note:
See TracChangeset
for help on using the changeset viewer.