#!/bin/sh mkdir /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 useradd --no-create-home wkd chown -R wkd:wkd /srv/wkd