aif-ng/extras/mkinitcpio.hook

11 lines
140 B
Plaintext
Raw Permalink Normal View History

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