mirror of
https://github.com/morgan9e/wattd
synced 2026-04-15 00:44:07 +09:00
15 lines
226 B
SYSTEMD
15 lines
226 B
SYSTEMD
|
|
[Unit]
|
||
|
|
Description=Power Monitoring Daemon
|
||
|
|
After=multi-user.target
|
||
|
|
|
||
|
|
[Service]
|
||
|
|
Type=simple
|
||
|
|
ExecStart=/usr/bin/wattd
|
||
|
|
Restart=always
|
||
|
|
RestartSec=5
|
||
|
|
StandardOutput=journal
|
||
|
|
StandardError=journal
|
||
|
|
|
||
|
|
[Install]
|
||
|
|
WantedBy=multi-user.target
|