File: //proc/1475587/root/proc/thread-self/root/proc/thread-self/root/lib/systemd/system/lvestats.service
[Unit]
Description=lvestats service
After=mysql.service
After=postgresql.service
StartLimitIntervalSec=300
StartLimitBurst=30
[Service]
Type=forking
PIDFile=/var/run/lvestats.pid
ExecStart=/usr/sbin/lvestats-server --pidfile /var/run/lvestats.pid start
ExecStop=/bin/kill -SIGTERM $MAINPID
ExecReload=/bin/kill -SIGHUP $MAINPID
Restart=on-failure
RestartSec=5
[Install]
WantedBy=multi-user.target