summaryrefslogtreecommitdiff
path: root/distbuild/usr/lib/systemd/system/morph-cache-server.service
blob: 52c135731f7076495e3bf32845c5ffea5e92f2c1 (plain)
1
2
3
4
5
6
7
8
9
10
[Unit]
Description=Morph cache server
Requires=network.target
After=network.target
ConditionPathExists=/etc/morph-cache-server.conf
ConditionPathIsDirectory=/srv/distbuild/artifacts

[Service]
ExecStart=/usr/bin/morph-cache-server
Restart=always