mirror of
https://github.com/fairyglade/ly.git
synced 2025-12-20 19:24:53 +00:00
Add basic FreeBSD service, change default fallback TTY to 2
Signed-off-by: AnErrupTion <anerruption@disroot.org>
This commit is contained in:
23
res/ly-freebsd
Normal file
23
res/ly-freebsd
Normal file
@@ -0,0 +1,23 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# PROVIDE: ly
|
||||
# REQUIRE: DAEMON
|
||||
# KEYWORD: shutdown
|
||||
|
||||
. /etc/rc.subr
|
||||
|
||||
name=ly
|
||||
rcvar=ly_enable
|
||||
|
||||
command="/usr/local/bin/ly"
|
||||
|
||||
load_rc_config $name
|
||||
|
||||
#
|
||||
# DO NOT CHANGE THESE DEFAULT VALUES HERE
|
||||
# SET THEM IN THE /etc/rc.conf FILE
|
||||
#
|
||||
ly_enable=${ly_enable-"NO"}
|
||||
pidfile=${ly_pidfile-"/var/run/ly.pid"}
|
||||
|
||||
run_rc_command "$1"
|
||||
Reference in New Issue
Block a user