diff options
author | Omar Polo <op@omarpolo.com> | 2023-06-05 20:35:12 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2023-06-05 20:35:12 +0000 |
commit | 0ac785a6fa007acdc8ecb4f697981c574ab1b710 (patch) | |
tree | 617c9e676e0f67a61d58bd3e7bbd84209c0ea190 /contrib | |
parent | e1e04caa4f847162936a6908d3bc02a3dbdfac6d (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.service | 2 |
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 |