power/ups-power.service

14 lines
219 B
SYSTEMD
Raw Permalink Normal View History

2024-10-09 14:24:29 +00:00
[Unit]
Description=ups-power
After=multi-user.target
[Service]
Type=simple
Restart=always
User=crate
WorkingDirectory=/home/crate/python/power
ExecStart=/usr/bin/python3 power.py
[Install]
WantedBy=multi-user.target