diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-04-07 10:04:38 +0200 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-04-07 10:04:38 +0200 |
| commit | ec3f6b176c5bce1a2c1b690563b70897c48c62e5 (patch) | |
| tree | b5820ea907755979e8dd430fa0ab048874695734 /install | |
| parent | 42580a1b4882c2dca38ff5f1b6156a22bf22c051 (diff) | |
add config file
Diffstat (limited to 'install')
| -rwxr-xr-x | install | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,6 +1,7 @@ #!/bin/sh install spawnctl /usr/local/bin/ +install spawnctl.conf /etc/spawnctl.conf install spawnctl-port-forward.service /etc/systemd/system/ chmod +x /usr/local/bin/spawnctl |