From 73b98210f69455b33116f8c2ca3aab6daf473bab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Thu, 15 Jun 2023 19:03:23 +0200 Subject: Initial add. --- files/concourse-web.service | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 files/concourse-web.service (limited to 'files/concourse-web.service') diff --git a/files/concourse-web.service b/files/concourse-web.service new file mode 100644 index 0000000..05b74e9 --- /dev/null +++ b/files/concourse-web.service @@ -0,0 +1,10 @@ +[Unit] +Description=Continous thing-doer. + +[Service] +ExecStart=concourse web +Exec=kill -HUP $MAINPID +EnvironmentFile=/etc/conf.d/concourse + +[Install] +WantedBy=multi-user.target -- cgit v1.2.3