mirror of
https://github.com/morgan9e/wattd
synced 2026-04-13 16:04:32 +09:00
15 lines
226 B
Desktop File
15 lines
226 B
Desktop File
[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
|