aif-ng/extras/mkinitcpio.hook

11 lines
140 B
Plaintext

run_hook () {
msg ":: Starting AIF-NG..."
/usr/bin/aif &
#nohup /usr/bin/aif &
#disown -h %1
}
run_cleanuphook () {
pkill -9 python
}