geostat/geostat.service.template

16 lines
238 B
Text
Raw Normal View History

[Unit]
Description=GeoStat
After=network.target
StartLimitIntervalSec=0
[Service]
Type=simple
ExecStart=$PWD/venv/bin/python3 geoparser.py
User=root
WorkingDirectory=$PWD
Restart=always
RestartSec=2
[Install]
WantedBy=multi-user.target