Switch to rust implementation of poudboot.

This commit is contained in:
Tom Alexander
2024-05-05 12:08:01 -04:00
parent 44fd819705
commit 5a763d422a
5 changed files with 9 additions and 148 deletions

View File

@@ -18,7 +18,7 @@ load_rc_config $name
command=/usr/sbin/daemon
pidfile=/var/run/${name}.pid
command_args="-p $pidfile -u root -f -S -T $name nice -n 10 poudboot start"
command_args="-p $pidfile -u root -f -S -T $name nice -n 10 lockf -t 0 /var/run/$name.lock /root/.cargo/bin/poudboot /opt/poudriere/poudboot.sqlite3"
export PATH="${PATH}:/usr/local/bin"
run_rc_command "$1"