6 lines
130 B
Plaintext
6 lines
130 B
Plaintext
|
#!/bin/bash -x
|
||
|
|
||
|
# this is the systemd control file
|
||
|
mkdir -p files/usr/bin/
|
||
|
cp ../../lib/daemons/virtigod/virtigod files/usr/bin/
|