just remove the mkdir

This commit is contained in:
Julian 2023-04-28 18:49:10 +00:00
parent 382219e6fe
commit 596a6c212e
Signed by: NotNite
GPG key ID: BD91A5402CCEB08A

View file

@ -89,8 +89,6 @@
after = [ "network.target" ];
preStart = ''
mkdir -p /var/lib/u/files
cat > /var/lib/u/.env <<EOF
DATABASE_URL="sqlite:/var/lib/u/u.db"
U_PORT="${toString cfg.port}"