aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2023-06-05 20:35:12 +0000
committerOmar Polo <op@omarpolo.com>2023-06-05 20:35:12 +0000
commit0ac785a6fa007acdc8ecb4f697981c574ab1b710 (patch)
tree617c9e676e0f67a61d58bd3e7bbd84209c0ea190 /contrib
parente1e04caa4f847162936a6908d3bc02a3dbdfac6d (diff)
revert aae8f6bf2b
it's just not worth it to inflict this breaking change to the users.
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 ce216f9..3090f38 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 -d -f /etc/gmid.conf
+ExecStart=/usr/local/bin/gmid -f -c /etc/gmid.conf
ExecStop=/bin/kill -TERM $MAINPID
ExecReload=/bin/kill -HUP $MAINPID
Restart=on-failure