Guest User

Untitled

a guest
May 26th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. /etc/init.d/myservice.sh start
  2.  
  3.  
  4. /etc/init.d/myservice.sh stop
  5.  
  6. minutes | hour | day | month | day of week | username | command
  7. 0 8 * * * myuser /etc/init.d/myservice.sh start
  8. 0 14 * * * myuser /etc/init.d/myservice.sh stop
Add Comment
Please, Sign In to add comment