Fix service file

This commit is contained in:
tremor021 2025-06-03 11:00:36 +02:00
parent 2db8faeaa4
commit 3db0516b45

View File

@ -43,7 +43,7 @@ ExecStart=/usr/bin/npx serve -l tcp://0.0.0.0:3000 apps/web/build --ssl-cert cer
Restart=on-failure
[Install]
WantedBy=multi-user.targetnp
WantedBy=multi-user.target
EOF
systemctl enable -q --now notesnook
msg_ok "Created Service"