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