16 lines
310 B
Desktop File
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
|