Merge branch 'master' of github.com:cloudflare/cloudflared
This commit is contained in:
commit
c9f1c1ec70
|
@ -84,7 +84,8 @@ WantedBy=timers.target
|
||||||
var sysvTemplate = ServiceTemplate{
|
var sysvTemplate = ServiceTemplate{
|
||||||
Path: "/etc/init.d/cloudflared",
|
Path: "/etc/init.d/cloudflared",
|
||||||
FileMode: 0755,
|
FileMode: 0755,
|
||||||
Content: `# For RedHat and cousins:
|
Content: `#!/bin/sh
|
||||||
|
# For RedHat and cousins:
|
||||||
# chkconfig: 2345 99 01
|
# chkconfig: 2345 99 01
|
||||||
# description: Argo Tunnel agent
|
# description: Argo Tunnel agent
|
||||||
# processname: {{.Path}}
|
# processname: {{.Path}}
|
||||||
|
|
Loading…
Reference in New Issue