Advertisement
Guest User

Untitled

a guest
Feb 21st, 2020
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. [Unit]
  2. Description=My Service
  3. After=network-online.target
  4. Wants=network-online.target
  5.  
  6. [Service]
  7. Type=oneshot
  8. TimeoutSec=0
  9. ExecStart=/usr/local/bin/script
  10. RemainAfterExit=yes
  11. StandardOutput=journal+console
  12.  
  13. [Install]
  14. WantedBy=multi-user.target
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement