Add systemd template

This commit is contained in:
Tristan PILAT 2018-06-14 17:26:50 +02:00
parent 879b67d32e
commit 001c8581c4

View file

@ -0,0 +1,10 @@
[Unit]
Description=memcached daemon
After=network.target
ConditionPathExists=/etc/memcached_%i.conf
[Service]
ExecStart=/usr/share/memcached/scripts/systemd-memcached-wrapper /etc/memcached_%i.conf
[Install]
WantedBy=multi-user.target