1
0
mirror of https://github.com/BELABOX/belaUI.git synced 2026-07-04 14:46:41 +00:00
Files
belaUI/belaUI.service
2021-02-25 22:14:18 +00:00

14 lines
317 B
Desktop File

[Unit]
Description=belaUI service
After=network.target
[Service]
# install_service.sh automatically sets WorkingDirectory to point to the current directory
WorkingDirectory=/home/nvidia/belaUI
ExecStart=/usr/bin/ruby ./belaUI.rb -o 0.0.0.0 -p 80
KillMode=process
Restart=always
[Install]
WantedBy=multi-user.target