aif-ng/extras/mkinitcpio.hook

11 lines
152 B
Plaintext
Raw Normal View History

2017-05-05 12:32:07 -04:00
run_hook () {
msg ":: Starting AIF-NG..."
/usr/bin/aifclient &
#nohup /usr/bin/aifclient &
#disown -h %1
}
run_cleanuphook () {
pkill -9 python
}