20 lines
365 B
Django/Jinja
20 lines
365 B
Django/Jinja
[Unit]
|
|
Description=smartctl exporter service
|
|
After=network-online.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
PIDFile=/run/smartctl_exporter.pid
|
|
ExecStart={{ smart_exporter.bin_path }}
|
|
User=root
|
|
Group=root
|
|
SyslogIdentifier=smartctl_exporter
|
|
Restart=on-failure
|
|
RemainAfterExit=no
|
|
RestartSec=100ms
|
|
StandardOutput=journal
|
|
StandardError=journal
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|