Update init service for FreeBSD

Signed-off-by: AnErrupTion <anerruption@disroot.org>
This commit is contained in:
AnErrupTion
2025-10-18 11:23:57 +02:00
parent 3faf3dec42
commit 541eae5311
4 changed files with 26 additions and 31 deletions

View File

@@ -1,23 +0,0 @@
#!/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"

7
res/ly-freebsd-wrapper Normal file
View File

@@ -0,0 +1,7 @@
#!/bin/sh
# On FreeBSD, even if we override the default login program, getty will still
# try to append "login -fp root" as arguments to Ly, which is not supported.
# To avoid this, we use a wrapper script that ignores these arguments before
# actually executing Ly.
exec $PREFIX_DIRECTORY/bin/$EXECUTABLE_NAME