diff options
| author | Jeff Carr <[email protected]> | 2024-10-06 10:51:41 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-10-06 10:51:41 -0500 |
| commit | 632c48ea5453f4417c5bb2ea7d846987bbe92213 (patch) | |
| tree | 5c3dcdc9d9bea74ced6094053168ff7074360354 /build | |
| parent | 7b196bca7649b3aed0d1acab2499603bad3a9561 (diff) | |
attempt to package
Signed-off-by: Jeff Carr <[email protected]>
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 powerpaneld.service files/lib/systemd/system/ |
