6 lines
136 B
Plaintext
6 lines
136 B
Plaintext
|
#!/bin/bash -x
|
||
|
|
||
|
# this is the systemd control file
|
||
|
mkdir -p files/lib/systemd/system/
|
||
|
cp powerpaneld.service files/lib/systemd/system/
|