add service

This commit is contained in:
SimonFJ20 2024-09-26 01:43:05 +02:00
parent 551c6e5246
commit dd4210ae76

13
bunker.service Normal file

@ -0,0 +1,13 @@
[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