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

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