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

...

2 commits

Author SHA1 Message Date
58f2aa0b74
directorys 2024-10-26 22:13:19 +02:00
30bed3858d
rm entrypoint.sh 2024-10-26 22:05:15 +02:00
2 changed files with 0 additions and 6 deletions

View file

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

View file

@ -1,7 +1,4 @@
#!/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