11 lines
306 B
Plaintext
11 lines
306 B
Plaintext
|
#!/bin/bash -x
|
||
|
|
||
|
# this is the systemd control file
|
||
|
mkdir -p files/lib/systemd/system/
|
||
|
cp gowebd.service files/lib/systemd/system/
|
||
|
|
||
|
# caddy file. propose this as the dir structure caddy should use
|
||
|
mkdir -p files/etc/gowebd/
|
||
|
cp Caddyfile.go.wit.com files/etc/gowebd/
|
||
|
cp resources/repomap files/etc/gowebd/
|