enable detailed logging in systemd service

pull/4/head
dadevel 3 years ago
parent 812e027bc0
commit b19054c788
No known key found for this signature in database
GPG Key ID: 1A8A9735430193D5

@ -6,6 +6,7 @@ After=network-online.target nss-lookup.target
[Service]
Type=oneshot
Environment=WG_ENDPOINT_RESOLUTION_RETRIES=infinity
Environment=DEBUG_LEVEL=1
ExecStart=wg-netns up ./%i.json
ExecStop=wg-netns down ./%i.json
WorkingDirectory=%E/wg-netns

Loading…
Cancel
Save