summaryrefslogtreecommitdiff
path: root/distbuild/usr/lib/systemd/system/morph-controller.service
blob: b3ba93b45569efe14c764b5aeb3d8e52ccd25851 (plain)
1
2
3
4
5
6
7
8
9
[Unit]
Description=Morph distributed build controller
Requires=local-fs.target network.target
After=local-fs.target network.target
ConditionPathExists=/etc/morph-controller.conf

[Service]
ExecStart=/usr/bin/morph controller-daemon --config /etc/morph-controller.conf
Restart=always