File: rrdcached.socket.in

package info (click to toggle)
rrdtool 1.9.0-2.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,772 kB
  • sloc: ansic: 39,371; sh: 1,810; perl: 1,268; cs: 652; makefile: 573; python: 169; ruby: 61; awk: 30
file content (18 lines) | stat: -rw-r--r-- 312 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#
# To customize, copy this file to /etc/systemd/system/
# and edit there
#

[Unit]
Description=sockets activating rrdcached
Documentation=man:rrdcached(1)

[Socket]
ListenStream=/run/rrdcached.sock
#ListenStream=[::1]:42217
#DirectoryMode=0755
#SocketMode=0666
#BindToDevice=

[Install]
WantedBy=sockets.target