Skip to content

Commit 60c402e

Browse files
committed
Change default config values
1 parent 2ae15e7 commit 60c402e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/config.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package config
22

3-
var FileListPath = "/FsGuard/filelist"
3+
var FileListPath = "/.system/FsGuard/filelist"
44
var InitLocation = "/usr/bin/init"
55
var PostInitExec = "/usr/lib/systemd/systemd"
66
var RunPostInit = true
7-
var QuitOnFail = false
7+
var QuitOnFail = true

0 commit comments

Comments
 (0)