summaryrefslogtreecommitdiff
path: root/units/morph-cache-server-write-interface.service
blob: 684a040bd2397319713b3f0525c5f1f4f88346f0 (plain)
1
2
3
4
5
6
7
[Unit]
Description=Morph cache server (write interface)
After=network.target

[Service]
ExecStart=/bin/su -c '/usr/bin/morph-cache-server --config=/etc/morph-cache-server-write.conf' - cache
Restart=always