Add systemd service file
This commit is contained in:
parent
aea4f3e799
commit
5e1ef8b340
14
misc/lifo-dijkstraserv.service
Normal file
14
misc/lifo-dijkstraserv.service
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
[Unit]
|
||||||
|
Description=LIFO Dijkstraserv
|
||||||
|
After=network.target
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
Type=simple
|
||||||
|
User=lifo
|
||||||
|
Group=lifo
|
||||||
|
WorkingDirectory=/opt
|
||||||
|
ExecStart=/opt/lifo-dijkstraserv /srv/http/maps.linux-forks.de/geojson/streets.json
|
||||||
|
#Restart=on-abort
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=multi-user.target
|
Loading…
Reference in New Issue
Block a user