From bf8efbce7f202f1f7650f628955fb0e42d343a1f Mon Sep 17 00:00:00 2001 From: Erg Date: Thu, 28 Nov 2024 16:40:51 +0100 Subject: Initial commit. Serving main page and static html files, extra 404 error, contains openrc service file and accompanying script --- tech_blog_service | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 tech_blog_service (limited to 'tech_blog_service') diff --git a/tech_blog_service b/tech_blog_service new file mode 100755 index 0000000..25907f4 --- /dev/null +++ b/tech_blog_service @@ -0,0 +1,6 @@ +#!/sbin/openrc-run + +command="/usr/local/bin/tech_blog.sh" +pidfile="/run/${RC_SVCNAME}.pid" +command_args="-p ${pidfile}" +command_background=True -- cgit v1.2.3-65-gdbad