beta release for 0.01
This commit is contained in:
10
extras/mkinitcpio.hook
Normal file
10
extras/mkinitcpio.hook
Normal file
@@ -0,0 +1,10 @@
|
||||
run_hook () {
|
||||
msg ":: Starting AIF-NG..."
|
||||
/usr/bin/aifclient &
|
||||
#nohup /usr/bin/aifclient &
|
||||
#disown -h %1
|
||||
}
|
||||
|
||||
run_cleanuphook () {
|
||||
pkill -9 python
|
||||
}
|
||||
Reference in New Issue
Block a user