bunker/bunker.service
SimonFJ20 dd4210ae76
Some checks failed
Integration / validate (push) Successful in 8s
Release / build (push) Failing after 13s
add service
2024-09-26 01:43:05 +02:00

14 lines
225 B
Desktop File

[Unit]
Description=Bunker webservice
[Service]
Type=simple
User=simone
ExecStart=/home/simone/bunker/bunker
WorkingDirectory=/home/simone/bunker/
Restart=on-failure
Environment="PORT=8200"
[Install]
WantedBy=default.target