Ground-Zerro / Phobos Public
Code Issues Pull requests Actions Releases View on GitHub ↗
245 B plaintext
[Unit]
Description=WireGuard Obfuscator
After=network.target

[Service]
ExecStart=wg-obfuscator -c /etc/wg-obfuscator.conf
StandardOutput=inherit
StandardError=inherit
Restart=always
RestartSec=10
User=root

[Install]
WantedBy=multi-user.target