ground-control/ground-control.service

15 lines
237 B
SYSTEMD
Raw Normal View History

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