hal/hal.service
2021-09-15 16:29:59 +02:00

16 lines
310 B
Desktop File

# This is a SystemD configuration for the Hal Server.
#
# To activate the service run:
# - sudo cp hal.service /lib/systemd/system/
# - sudo systemctl enable hal.service
#
[Unit]
Description=Hal Server
[Service]
Type=idle
ExecStart=/home/pi/repo/hal/run.sh --foreground
[Install]
WantedBy=multi-user.target