mirror of
https://github.com/archlinux/aur.git
synced 2026-02-11 15:44:39 +01:00
13 lines
No EOL
216 B
Desktop File
13 lines
No EOL
216 B
Desktop File
[Unit]
|
|
After=network.target
|
|
Wants=network.target
|
|
|
|
[Service]
|
|
User=cloudflared
|
|
Group=cloudflared
|
|
Type=simple
|
|
ExecStart=/usr/bin/cloudflared proxy-dns --port 5300
|
|
Restart=on-failure
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |