mirror of
https://github.com/prometheus-community/smartctl_exporter.git
synced 2024-11-16 01:33:07 +01:00
19 lines
362 B
Desktop File
19 lines
362 B
Desktop File
[Unit]
|
|
Description=smartctl exporter service
|
|
After=network-online.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
PIDFile=/run/smartctl_exporter.pid
|
|
ExecStart=/usr/bin/smartctl_exporter
|
|
User=root
|
|
Group=root
|
|
SyslogIdentifier=smartctl_exporter
|
|
Restart=on-failure
|
|
RemainAfterExit=no
|
|
RestartSec=100ms
|
|
StandardOutput=journal
|
|
StandardError=journal
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|