summaryrefslogtreecommitdiff
path: root/distbuild/usr/lib/systemd/system/morph-worker.service
blob: 90fea4044f1b03423dacc8564f92c4caa52b492c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Install]
WantedBy=multi-user.target

[Unit]
Description=Morph distributed build worker
Requires=local-fs.target network.target
Wants=srv-distbuild-ccache.mount
After=local-fs.target network.target srv-distbuild-ccache.mount
ConditionPathExists=/etc/morph-worker.conf

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