rfparedes / gdg

Granular Data Gatherer is an easy and open all-in-one tool to collect OS metrics for troubleshooting
GNU General Public License v3.0
5 stars 1 forks source link

Service file permissions #3

Closed johanburati closed 3 years ago

johanburati commented 3 years ago

I'm seeing the following message in the logs:

systemd[1]: Configuration file /etc/systemd/system/gdg.service is marked executable. Please remove executable permission bits. Proceeding anyway.

The service filee is created with 755 permissions, I think it should be changed to 644.

-rwxr-xr-x. 1 root root 153 Mar  9 06:47 /etc/systemd/system/gdg.service

Btw great project !

rfparedes commented 3 years ago

Thanks Johan. https://github.com/rfparedes/gdg/pull/4