Files
netbird-iac/watcher/netbird-watcher.service
Prox ca546ff6d8
All checks were successful
Terraform / terraform (push) Successful in 7s
added netbird-watcher script
2026-02-15 19:11:39 +02:00

20 lines
388 B
Desktop File

[Unit]
Description=NetBird Peer Renamer Watcher
After=network.target
[Service]
Type=simple
ExecStart=/opt/netbird-watcher/netbird_watcher.py --config /etc/netbird-watcher/config.json
Restart=always
RestartSec=10
# Security hardening
NoNewPrivileges=true
ProtectSystem=strict
ProtectHome=true
ReadWritePaths=/var/lib/netbird-watcher
PrivateTmp=true
[Install]
WantedBy=multi-user.target