blob: c6e7f06d9549833ba441e522d3ec50342e77dd3f (
plain)
1
2
3
4
5
6
7
8
|
#!/bin/bash -x
# this is the systemd control file
mkdir -p files/lib/systemd/system/
cp virtigod.service files/lib/systemd/system/
mkdir -p files/usr/lib/virtigod/
cp Makefile.help files/usr/lib/virtigod/Makefile
|