diff --git a/systemd/prepare-fs.service b/systemd/prepare-fs.service index 0e67e1b..9bc9025 100644 --- a/systemd/prepare-fs.service +++ b/systemd/prepare-fs.service @@ -5,7 +5,7 @@ Before=nginx.service [Service] Type=oneshot -ExecStart=/etc/velvettear/scripts/prepare-fs.sh +ExecStart=/home/velvettear/.dots/scripts/prepare-fs.sh [Install] WantedBy=multi-user.target