ground-control/ground-control.service

14 lines
227 B
SYSTEMD
Raw Normal View History

2023-10-30 09:20:48 -04:00
[Unit]
Description=Ground Control
2024-04-04 09:43:44 -04:00
After=network.online.target
2023-10-30 09:20:48 -04:00
[Service]
Type=simple
WorkingDirectory=$workingDirectory
ExecStart=$execStart
Restart=on-failure
SyslogIdentifier=ground-control
[Install]
2024-04-04 09:43:44 -04:00
WantedBy=default.target