Advertisement
Guest User

Untitled

a guest
Jul 18th, 2019
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. [Unit]
  2. Description=AWS name tag service
  3. After=network.target
  4.  
  5. [Service]
  6. Type=simple
  7. Restart=always
  8. RestartSec=3
  9. ExecStart=/usr/bin/env python /usr/local/bin/sethostnamed.py
  10. KillSignal=SIGQUIT
  11.  
  12. [Install]
  13. WantedBy=multi-user.target
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement