Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2013
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. [Unit]
  2. Description=Insync
  3. After=local-fs.target network.target
  4.  
  5. [Service]
  6. Environment=DISPLAY=:0
  7. Type=simple
  8. ExecStart=/usr/bin/insync
  9. ExecReload=/bin/kill -HUP $MAINPID
  10. KillMode=process
  11. Restart=always
  12. User=%I
  13.  
  14. [Install]
  15. WantedBy=multi-user.target
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement