commit 359c56ce35111808ad8ccb48c32ff2d4f5a30a3d from: Omar Polo date: Sat Apr 27 17:12:09 2024 UTC 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! commit - c2dcb5fa6ea5ca08f1f40ddcb07211a11450d648 commit + 359c56ce35111808ad8ccb48c32ff2d4f5a30a3d blob - c7f9c30415ac2cfa9c7ce13352f9435d97bae9d9 blob + 1c77023ced8984cb5c5abb0c9c91762751030525 --- contrib/gmid.service +++ 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