2018-10-09 20:29:24 +02:00
|
|
|
[Unit]
|
|
|
|
Description=GeoStat
|
|
|
|
After=network.target
|
2018-10-10 08:46:09 +02:00
|
|
|
StartLimitIntervalSec=0
|
2018-10-09 20:29:24 +02:00
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=simple
|
2018-10-10 08:46:09 +02:00
|
|
|
ExecStart=$PWD/venv/bin/python geoparser.py
|
2018-10-09 20:29:24 +02:00
|
|
|
User=root
|
2018-10-10 08:46:09 +02:00
|
|
|
WorkingDirectory=$PWD
|
2018-10-09 20:29:24 +02:00
|
|
|
Restart=always
|
|
|
|
RestartSec=2
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|