14 lines
225 B
SYSTEMD
14 lines
225 B
SYSTEMD
|
[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
|