Advertisement
Guest User

Barbican Worker Systemd Unit

a guest
Jun 22nd, 2015
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. [Unit]
  2. Description=Barbican Worker Instance
  3. After=syslog.target
  4. Before=barbican-api.service
  5.  
  6. [Service]
  7. User=barbican
  8. Group=barbican
  9. ExecStart=/opt/barbican/bin/barbican-worker.py --config-file /etc/barbican/barbican-api.conf --log-file /opt/barbican/logs/barbican-worker.log --nouse-syslog
  10. Restart=always
  11.  
  12. [Install]
  13. WantedBy=multi-user.target
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement