18 lines
315 B
SYSTEMD
18 lines
315 B
SYSTEMD
|
|
[Unit]
|
||
|
|
Description=furtka.org poll counter
|
||
|
|
After=network.target
|
||
|
|
|
||
|
|
[Service]
|
||
|
|
ExecStart=/usr/bin/python3 /opt/furtka-poll/pollsvc.py
|
||
|
|
DynamicUser=yes
|
||
|
|
StateDirectory=furtka-poll
|
||
|
|
Restart=on-failure
|
||
|
|
RestartSec=3
|
||
|
|
NoNewPrivileges=yes
|
||
|
|
ProtectSystem=strict
|
||
|
|
ProtectHome=yes
|
||
|
|
PrivateTmp=yes
|
||
|
|
|
||
|
|
[Install]
|
||
|
|
WantedBy=multi-user.target
|