mirror of
https://github.com/archlinux/aur.git
synced 2026-02-11 07:34:23 +01:00
15 lines
330 B
Desktop File
15 lines
330 B
Desktop File
[Unit]
|
|
Description=Argo Tunnel client daemon for %i
|
|
After=network.target
|
|
Wants=network.target
|
|
|
|
[Service]
|
|
AmbientCapabilities=CAP_NET_BIND_SERVICE
|
|
User=cloudflared
|
|
Group=cloudflared
|
|
Type=simple
|
|
ExecStart=/usr/bin/cloudflared --config /etc/cloudflared/%i.yml --no-autoupdate
|
|
Restart=on-failure
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|