From 2262700184f153354b492f2031f261b7d82f89a0 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 11 Oct 2024 17:39:11 -0500 Subject: systemd files for packaging --- build | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 build (limited to 'build') diff --git a/build b/build new file mode 100755 index 0000000..fc9df55 --- /dev/null +++ b/build @@ -0,0 +1,5 @@ +#!/bin/bash -x + +# this is the systemd control file +mkdir -p files/lib/systemd/system/ +cp virtigod.service files/lib/systemd/system/ -- cgit v1.2.3