2021-07-29 10:30:55 +01:00
|
|
|
# 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
|
2021-09-15 16:29:59 +02:00
|
|
|
ExecStart=/home/pi/repo/hal/run.sh --foreground
|
2021-07-29 10:30:55 +01:00
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
|
WantedBy=multi-user.target
|