1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-13 19:29:53 +03:00
aports/testing/cloudflared/cloudflared.initd
2023-07-03 12:53:23 +00:00

12 lines
199 B
Bash

#!/sbin/openrc-run
name=cloudflared
command=/usr/bin/cloudflared
command_user=cloudflared:cloudflared
command_background="yes"
pidfile=/run/${RC_SVCNAME}.pid
depend() {
need net
after firewall
}