0
0
Fork 0
mirror of https://git.verdigado.com/NB-Public/simple-wkd.git synced 2024-12-06 14:52:41 +01:00

Compare commits

..

No commits in common. "58f2aa0b74fff1b7c0317701f19d747cacdba080" and "4ff4b904909f7203541b6b546edf4382b4c0b8ef" have entirely different histories.

2 changed files with 6 additions and 0 deletions

3
entrypoint.sh Normal file
View file

@ -0,0 +1,3 @@
#!/bin/bash
chown -R wkd:wkd wkd
su wkd -c ./wkd

View file

@ -1,4 +1,7 @@
#!/bin/sh
mkdir /srv/wkd
#cp entrypoint.sh /srv/wkd
cp example.config.toml /srv/wkd/config.toml
cp -R assets /srv/wkd/assets
cp simple-wkd-executable /srv/wkd/wkd
cp wkd.service /etc/systemd/system/wkd.service