diff options
| author | Jeff Carr <[email protected]> | 2024-10-11 17:39:11 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-10-11 17:39:11 -0500 |
| commit | 2262700184f153354b492f2031f261b7d82f89a0 (patch) | |
| tree | c25b6d0f9b30036ca84f3f78167c881a3b691d7f /build | |
| parent | 245a35fd09c36a2985ede9098a275b84ebda7e65 (diff) | |
systemd files for packagingv0.0.1
Diffstat (limited to 'build')
| -rwxr-xr-x | build | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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/ |
