blob: ea8d19016881fe55beed5538afbd4f1d0e14324c [file] [log] [blame] [raw]
[Unit]
Description=Collecting performance data (%I) and upload them to remote database
After=network.target
[Service]
Type=simple
ExecStart=/bin/sh /opt/performance-monitor/collect-%i.sh
StandardOutput=null
StandardError=null
Restart=always
RestartSec=10
WorkingDirectory=/
Nice=1
[Install]
WantedBy=multi-user.target