mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-04-15 01:09:48 +08:00
16 lines
263 B
Desktop File
16 lines
263 B
Desktop File
[Unit]
|
|
Description=Scheduler for the Module Build Service
|
|
After=network.target
|
|
Documentation=https://pagure.io/fm-orchestrator
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/mbs-daemon
|
|
Type=simple
|
|
User=fedmsg
|
|
Group=fedmsg
|
|
Restart=on-failure
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|