From eda46bb2a1df98defacf55dc6251aa170d357f5e Mon Sep 17 00:00:00 2001 From: Jamil Bou Kheir Date: Fri, 9 Jul 2021 10:17:01 -0700 Subject: [PATCH] bin sleep --- pkg/ubuntu-18.04_amd64/lib/systemd/system/cloudfire.service | 2 +- pkg/ubuntu-20.04_amd64/lib/systemd/system/cloudfire.service | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/ubuntu-18.04_amd64/lib/systemd/system/cloudfire.service b/pkg/ubuntu-18.04_amd64/lib/systemd/system/cloudfire.service index cdcd9e867..774566ee8 100644 --- a/pkg/ubuntu-18.04_amd64/lib/systemd/system/cloudfire.service +++ b/pkg/ubuntu-18.04_amd64/lib/systemd/system/cloudfire.service @@ -11,7 +11,7 @@ AmbientCapabilities=CAP_NET_ADMIN CAP_NET_RAW CAP_DAC_READ_SEARCH EnvironmentFile=/opt/cloudfire/config.env ExecStartPre=/opt/cloudfire/bin/cloudfire eval "CfHttp.Release.migrate" ExecStart=/opt/cloudfire/bin/cloudfire start -ExecStartPost=sleep 5 +ExecStartPost=/bin/sleep 5 ExecStartPost=/opt/cloudfire/bin/cloudfire rpc "CfHttp.Release.create_admin_user" [Install] diff --git a/pkg/ubuntu-20.04_amd64/lib/systemd/system/cloudfire.service b/pkg/ubuntu-20.04_amd64/lib/systemd/system/cloudfire.service index cdcd9e867..774566ee8 100644 --- a/pkg/ubuntu-20.04_amd64/lib/systemd/system/cloudfire.service +++ b/pkg/ubuntu-20.04_amd64/lib/systemd/system/cloudfire.service @@ -11,7 +11,7 @@ AmbientCapabilities=CAP_NET_ADMIN CAP_NET_RAW CAP_DAC_READ_SEARCH EnvironmentFile=/opt/cloudfire/config.env ExecStartPre=/opt/cloudfire/bin/cloudfire eval "CfHttp.Release.migrate" ExecStart=/opt/cloudfire/bin/cloudfire start -ExecStartPost=sleep 5 +ExecStartPost=/bin/sleep 5 ExecStartPost=/opt/cloudfire/bin/cloudfire rpc "CfHttp.Release.create_admin_user" [Install]