Advertisement
astalush

Untitled

Nov 27th, 2019
406
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. [Unit]
  2. Description=The Lounge (IRC client)
  3. After=thelounge.service
  4.  
  5. [Service]
  6. User=astalush
  7. Group=astalush
  8. Type=simple
  9. PrivateTmp=true
  10. ExecStart=/usr/bin/thelounge start
  11. ProtectSystem=yes
  12. ProtectHome=yes
  13. NoNewPrivileges=yes
  14. Restart=always
  15. RestartSec=5s
  16. StartLimitInterval=60s
  17. StartLimitBurst=3
  18.  
  19. [Install]
  20. WantedBy=default.target
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement