diff options
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 virtigod.service files/lib/systemd/system/ |
