diff --git a/net-vpn/vopono/files/vopono-daemon.service b/net-vpn/vopono/files/vopono-daemon.service new file mode 100644 index 0000000000000..22158127581e6 --- /dev/null +++ b/net-vpn/vopono/files/vopono-daemon.service @@ -0,0 +1,13 @@ +[Unit] +Description=Vopono root daemon +After=network.target +Requires=network.target +[Service] +Type=simple +ExecStart=/usr/bin/vopono daemon +Restart=on-failure +RestartSec=2s +# Optional: enable structured logs +Environment=RUST_LOG=info +[Install] +WantedBy=multi-user.target