diff options
author | Omar Polo <op@omarpolo.com> | 2024-04-27 17:12:09 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2024-04-27 17:12:09 +0000 |
commit | 359c56ce35111808ad8ccb48c32ff2d4f5a30a3d (patch) | |
tree | c7ee305f5e957bc614aabda1ebb92d0918ff4b73 /contrib | |
parent | c2dcb5fa6ea5ca08f1f40ddcb07211a11450d648 (diff) |
contrib/gmid.service: remove User and Group
May cause weird errors (status=216/GROUP) on some distros, and
running as root is already the default, so remove the two lines.
Reported by and debugged together with leandro del Flug, thanks!
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/gmid.service | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/contrib/gmid.service b/contrib/gmid.service index c7f9c30..1c77023 100644 --- a/contrib/gmid.service +++ b/contrib/gmid.service @@ -6,8 +6,6 @@ Wants=network-online.target [Service] Type=simple -User=root -Group=nobody ExecStart=/usr/local/bin/gmid -f -c /etc/gmid.conf ExecStop=/bin/kill -TERM $MAINPID ExecReload=/bin/kill -HUP $MAINPID |