14 lines
243 B
SYSTEMD
14 lines
243 B
SYSTEMD
|
[Unit]
|
||
|
Description=Generic moksha processing hub
|
||
|
After=network.target
|
||
|
Documentation=http://moksha.ws/
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=/usr/bin/moksha-hub /etc/bugzilla2fedmsg.ini
|
||
|
Type=simple
|
||
|
User=fedmsg
|
||
|
Group=fedmsg
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|