just remove the mkdir
This commit is contained in:
parent
382219e6fe
commit
596a6c212e
1 changed files with 0 additions and 2 deletions
|
@ -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}"
|
||||
|
|
Loading…
Reference in a new issue