set hooks watch to false
This commit is contained in:
2
main.go
2
main.go
@@ -1793,7 +1793,7 @@ StandardOutput = append:%s/%%i.log
|
|||||||
StandardError = append:%s/%%i.log
|
StandardError = append:%s/%%i.log
|
||||||
WorkingDirectory = %s
|
WorkingDirectory = %s
|
||||||
EnvironmentFile = %s
|
EnvironmentFile = %s
|
||||||
ExecStart = %s/pocketbase serve --http=127.0.0.1:${PORT} --dir=${DATA_DIR} --hooksDir=%s/pb_hooks --migrationsDir=%s/pb_migrations --publicDir=%s/pb_public
|
ExecStart = %s/pocketbase serve --http=127.0.0.1:${PORT} --hooksWatch=false --dir=${DATA_DIR} --hooksDir=%s/pb_hooks --migrationsDir=%s/pb_migrations --publicDir=%s/pb_public
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy = multi-user.target
|
WantedBy = multi-user.target
|
||||||
|
|||||||
Reference in New Issue
Block a user