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