aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2022-09-08 21:34:29 +0000
committerOmar Polo <op@omarpolo.com>2022-09-08 21:34:29 +0000
commitaae8f6bf2b6be18c8bb4fc46c2df679110fe9d96 (patch)
tree69a40c5956d65168894b8a6d2bdb04e3887bfd8b /contrib
parent3eabd37fe7586fca2ca5f83411849ff7dd4cebd2 (diff)
change the flags to be consistent with other OpenBSD daemons
-d is `debug' (run in the foreground) -f to load the configuration file adjust regress and contrib accordingly
Diffstat (limited to 'contrib')
-rw-r--r--contrib/gmid.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/gmid.service b/contrib/gmid.service
index 3090f38..ce216f9 100644
--- a/contrib/gmid.service
+++ b/contrib/gmid.service
@@ -8,7 +8,7 @@ Wants=network-online.target
Type=simple
User=gmid
Group=nobody
-ExecStart=/usr/local/bin/gmid -f -c /etc/gmid.conf
+ExecStart=/usr/local/bin/gmid -d -f /etc/gmid.conf
ExecStop=/bin/kill -TERM $MAINPID
ExecReload=/bin/kill -HUP $MAINPID
Restart=on-failure