We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ae15e7 commit 60c402eCopy full SHA for 60c402e
config/config.go
@@ -1,7 +1,7 @@
1
package config
2
3
-var FileListPath = "/FsGuard/filelist"
+var FileListPath = "/.system/FsGuard/filelist"
4
var InitLocation = "/usr/bin/init"
5
var PostInitExec = "/usr/lib/systemd/systemd"
6
var RunPostInit = true
7
-var QuitOnFail = false
+var QuitOnFail = true
0 commit comments