15 lines
238 B
Text
15 lines
238 B
Text
[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
|