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 8545b39 commit 8c99b0eCopy full SHA for 8c99b0e
1 file changed
daemon/opensnitchd.service
@@ -18,11 +18,11 @@ Type=exec
18
ConfigurationDirectory=%N/rules
19
ConfigurationDirectoryMode=0700
20
21
-Environment='custom_cfg=%E/%N/rules'
22
-# Environment='opts=-debug'
+# Add extra options to the daemon below. fe.'opts=-debug' to add the '-debug' option.
+Environment='opts='
23
24
ExecCondition=%N -check-requirements
25
-ExecStart=%N -rules-path $custom_cfg $opts
+ExecStart=%N -rules-path $CONFIGURATION_DIRECTORY $opts
26
27
# Signal-info was taken from the init.d script, but it just exits and then systemd restarts the service...
28
ExecReload=kill -HUP $MAINPID
0 commit comments