serviced config etc files for rrdtool
[rrdtool.git] / etc / rrdcached.service.in
1 #
2 # To customize, copy this file to /etc/systemd/system/
3 # and edit there
4 #
5
6 [Unit]
7 Description=Data caching daemon for rrdtool
8 Documentation=man:rrdcached(1)
9
10 [Service]
11 # If you enable socket-activable rrdcached.socket,
12 # command line socket declarations will be ignored
13 ExecStart=@prefix@/bin/rrdcached -g
14 #WorkingDirectory=
15 #User=
16 #Group=
17
18 [Install]
19 WantedBy=multi-user.target