Files
windfree-poller/deploy/smartthings-windfree.service
2026-08-15 23:40:58 +02:00

23 lines
592 B
Desktop File

[Unit]
Description=SmartThings WindFree status poller
After=network-online.target
Wants=network-online.target
[Service]
Type=simple
User=smartthings-poller
Group=smartthings-poller
EnvironmentFile=-/etc/smartthings-windfree/secrets
EnvironmentFile=-/etc/smartthings-windfree/oauth-secrets
ExecStart=/opt/smartthings-windfree/venv/bin/smartthings-windfree-poller --config /etc/smartthings-windfree/config.toml
Restart=on-failure
RestartSec=15
StateDirectory=smartthings-windfree
NoNewPrivileges=true
PrivateTmp=true
ProtectSystem=strict
ProtectHome=true
[Install]
WantedBy=multi-user.target