diff --git a/bunker.service b/bunker.service new file mode 100644 index 0000000..ec0310b --- /dev/null +++ b/bunker.service @@ -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