summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-connectivity/cloudflared/files/cloudflared.service
blob: decaf0e3291b4908fa115e4d988ec5400f19bb87 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[Unit]
Description=cloudflared
After=network-online.target
Wants=network-online.target

[Service]
Type=notify
DynamicUser=yes
EnvironmentFile=/etc/default/cloudflared
ExecStart=/usr/bin/cloudflared --no-autoupdate tunnel run --token ${TUNNEL_TOKEN}
Restart=on-failure
RestartSec=5s

[Install]
WantedBy=multi-user.target