Created
December 28, 2018 17:40
-
-
Save Skrilltrax/516558699535775386683c0dd8353369 to your computer and use it in GitHub Desktop.
cloudflared systemd service
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Unit] | |
Description=cloudflared DNS over HTTPS proxy | |
After=syslog.target network-online.target | |
[Service] | |
Type=simple | |
User=cloudflared | |
EnvironmentFile=/etc/default/cloudflared | |
ExecStart=/usr/local/bin/cloudflared proxy-dns $CLOUDFLARED_OPTS | |
Restart=on-failure | |
RestartSec=10 | |
KillMode=process | |
[Install] | |
WantedBy=multi-user.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment