mirror of
https://github.com/Lukas0025/YAGS.git
synced 2025-04-04 06:51:33 +01:00
16 lines
242 B
Desktop File
16 lines
242 B
Desktop File
[Unit]
|
|
Description=YAGS ground station client
|
|
After=syslog.target network.target
|
|
|
|
[Service]
|
|
User=yags
|
|
Group=yags
|
|
WorkingDirectory=/YAGS/
|
|
ExecStart=/usr/bin/python3 main.py
|
|
|
|
Restart=always
|
|
RestartSec=120
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|