mirror of
https://github.com/okunze/Argon40-ArgonOne-Script.git
synced 2026-03-26 00:48:35 +01:00
15 lines
277 B
Desktop File
15 lines
277 B
Desktop File
[Unit]
|
|
Description=Argon Industria UPS Battery Service
|
|
DefaultDependencies=no
|
|
|
|
[Install]
|
|
WantedBy=sysinit.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
KillSignal=SIGINT
|
|
TimeoutStopSec=8
|
|
Restart=on-failure
|
|
WorkingDirectory=/etc/argon/ups/
|
|
ExecStart=/usr/bin/python3 /etc/argon/argononeupsd.py
|