14 lines
222 B
Desktop File
14 lines
222 B
Desktop File
[Unit]
|
|
Description=PowerMeter Service
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=root
|
|
EnvironmentFile=/etc/powermeter-environment
|
|
ExecStart=/usr/local/bin/powermeter.py
|
|
Restart=always
|
|
RestartSec=30
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|