Skip to content

Commit

Permalink
fixing some permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Doyle committed Mar 16, 2018
1 parent 48c7df6 commit a36c377
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conf/tsds-stats.cron
Original file line number Diff line number Diff line change
@@ -1 +1 @@
#*/5 * * * * perl /usr/bin/tsds-stats.pl
#*/5 * * * * tsds /usr/bin/perl /usr/bin/tsds-stats.pl >/dev/null 2>&1
2 changes: 1 addition & 1 deletion grnoc-tsds-stats.spec
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ rm -rf $RPM_BUILD_ROOT
%config(noreplace) /etc/grnoc/tsds-stats/logging.conf
%config(noreplace) /etc/cron.d/tsds-stats.cron

%defattr(-, root, root, 755)
%defattr(-, tsds, tsds, 755)
%dir /var/lib/grnoc/tsds-stats/

%defattr(754, tsds, tsds, -)
Expand Down

0 comments on commit a36c377

Please sign in to comment.