add service
This commit is contained in:
parent
551c6e5246
commit
dd4210ae76
13
bunker.service
Normal file
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
|
Loading…
Reference in New Issue
Block a user