Advertisement
Guest User

Untitled

a guest
May 28th, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.35 KB | None | 0 0
  1. [Unit]
  2. Description=DCP-O-Matic
  3. After=network.target
  4. Requires=network.target
  5.  
  6. [Service]
  7. WorkingDirectory=/var/lib/dcpomatic
  8. Restart=always
  9. Type=simple
  10. User=dcpomatic
  11. Group=dcpomatic
  12. ExecStart=/usr/bin/dcpomatic2_server_cli --verbose --log
  13.  
  14. # Place temp files in a secure directory, not /tmp
  15. PrivateTmp=true
  16.  
  17. [Install]
  18. WantedBy=multi-user.target
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement