10 lines
232 B
Desktop File
10 lines
232 B
Desktop File
[Unit]
|
|
Description=WireGuard Policy Health Check
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/bin/bash -c 'source /usr/local/bin/wg-policy-lib.sh && health_check'
|
|
StandardOutput=journal
|
|
StandardError=journal
|
|
SyslogIdentifier=wg-policy-health
|