blob: cbfa3e5df1da7513ec7bd0a8ffcc5703f6953c77 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#!/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/
|