summaryrefslogtreecommitdiffhomepage
path: root/dpibreak.1.md
diff options
context:
space:
mode:
Diffstat (limited to 'dpibreak.1.md')
-rw-r--r--dpibreak.1.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/dpibreak.1.md b/dpibreak.1.md
index f5760b2..29ee490 100644
--- a/dpibreak.1.md
+++ b/dpibreak.1.md
@@ -41,9 +41,10 @@ program opens the driver automatically at startup.
## OPTIONS
**-D**, **--daemon**
-Run as a background daemon. Logs are written to **/tmp/dpibreak.log.**
-If a daemon is already running, it will fail with "unable to lock pid
-file". To stop it, run **kill \`cat /tmp/dpibreak.pid\`** as root.
+Run as a background daemon. Logs are written to
+**/var/log/dpibreak.log.** If a daemon is already running, it will fail
+with "unable to lock pid file". To stop it, run **kill \`cat
+/run/dpibreak.pid\`** as root.
On Windows, this option enters the service controller entry point.
Example: **sc create dpibreak binPath= "dpibreak.exe -D" start= auto; sc