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!
This commit is contained in:
Omar Polo 2024-04-27 17:12:09 +00:00
parent c2dcb5fa6e
commit 359c56ce35
1 changed files with 0 additions and 2 deletions

View File

@ -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