ansible/roles/bugzilla2fedmsg/files/moksha-hub.service

15 lines
264 B
SYSTEMD
Raw Normal View History

2014-06-24 14:32:06 +00:00
[Unit]
Description=Generic moksha processing hub
After=network.target
Documentation=http://moksha.ws/
[Service]
2014-06-24 15:20:19 +00:00
ExecStart=/usr/bin/moksha-hub /etc/moksha/production.ini
2014-06-24 14:32:06 +00:00
Type=simple
User=fedmsg
Group=fedmsg
Restart=on-failure
2014-06-24 14:32:06 +00:00
[Install]
WantedBy=multi-user.target