2024-10-11 17:39:11 -05:00
|
|
|
#!/bin/bash -x
|
|
|
|
|
|
|
|
# this is the systemd control file
|
|
|
|
mkdir -p files/lib/systemd/system/
|
|
|
|
cp virtigod.service files/lib/systemd/system/
|
2024-10-11 23:35:51 -05:00
|
|
|
|
|
|
|
mkdir -p files/usr/lib/virtigod/
|
|
|
|
cp Makefile.help files/usr/lib/virtigod/Makefile
|