Advertisement
Guest User

Untitled

a guest
Feb 27th, 2017
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. [Unit]
  2. Description=Real Time Performance Monitoring
  3. After=syslog.target
  4.  
  5. [Service]
  6. Type=simple
  7. User=root
  8. ExecStart=/usr/bin/test.py
  9. Restart=always
  10. RestartSec=5s
  11.  
  12. [Install]
  13. WantedBy=multi-user.target
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement