Advertisement
Ordog23

systemd unit

Jan 12th, 2014
210
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=Calibre content server standalone
  3.  
  4. [Service]
  5. ExecStart=/opt/calibre/calibre-server --with-library=/opt/lib/
  6. Type=simple
  7. ExecStop=/usr/bin/killall /opt/calibre/calibre-server
  8. Restart=on-abort
  9.  
  10. [Install]
  11. WantedBy=multi-user.target
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement