This unit is provided by:
Options
-
[Install]
-
WantedBy=multi-user.target
-
-
[Service]
-
EnvironmentFile=-/etc/sysconfig/rrdcached
-
ExecStart=/usr/bin/rrdcached -g
-
ExecStart=/usr/bin/rrdcached -s $RRDCACHED_GROUP -b "$RRDCACHED_CHROOT_DIR" -p /run/rrdcached/rrdcached.pid -l $RRDCACHED_ADDRESS -m $RRDCACHED_SOCKET_MASK -w $RRDCACHED_DISKWRITE -z $RRDCACHED_DELAY -t $RRDCACHED_WRITE_THREADS $RRDCACHED_OPTIONS
-
ExecStartPre=-/bin/echo 'Starting RRD data caching service (rrdtools - rrdcached)' /bin/sh -c "/usr/share/rrdcached/rrdcached-systemd-pre"
-
PIDFile=/run/rrdcached/rrdcached.pid
-
PrivateDevices
Introduced in systemd 209=yes -
ProtectClock
Introduced in systemd 245=yes -
ProtectControlGroups
Introduced in systemd 232=yes -
ProtectHome
Introduced in systemd 214=yes -
ProtectHostname
Introduced in systemd 242=yes -
ProtectKernelLogs
Introduced in systemd 244=yes -
ProtectKernelModules
Introduced in systemd 232=yes -
ProtectKernelTunables
Introduced in systemd 232=yes -
ProtectSystem
Introduced in systemd 214=full -
Restart=always
-
RestartSec=1
-
RestrictRealtime
Introduced in systemd 231=yes -
TimeoutStopSec
Introduced in systemd 188=10 -
Type=forking
-
-
[Unit]
-
After=network.target
-
Description=Data caching daemon for rrdtool
-
Description=RRDcached RRD Data Caching Service
-
Documentation=man:rrdcached(1)
-
Requires=var-run.mount
-
Wants=network.target
-
Additionnal notes
Nothing here.