Advertisement
Guest User

Untitled

a guest
Feb 19th, 2022
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.34 KB | None | 0 0
  1. #!/bin/sh /etc/rc.common
  2.  
  3. START=97
  4. STOP=4
  5. USE_PROCD=1
  6.  
  7. start_service() {
  8.         procd_open_instance
  9.         procd_set_param command /root/CAKE-autorate/CAKE-autorate.sh
  10.         # uncomment if you want procd to restart your script if it terminated for whatever reason
  11.         #procd_set_param respawn  
  12.         procd_close_instance
  13. }
  14.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement