summarylogtreecommitdiffstats
path: root/cloudflared.service
blob: f61ec943d2f0ef883698f7fc3a330cf787bd0e7d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[Unit]
Description=Argo Tunnel client daemon for Cloudflared
After=network.target
Wants=network.target

[Service]
AmbientCapabilities=CAP_NET_BIND_SERVICE
User=cloudflared
Group=cloudflared
Type=simple
ExecStart=/usr/bin/cloudflared --no-autoupdate
Restart=on-failure
PrivateTmp=true
ProtectSystem=full
ProtectHome=true
PrivateDevices=true
ProtectKernelTunables=true
ProtectControlGroups=true
NoNewPrivileges=true

[Install]
WantedBy=multi-user.target