summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2019-07-11update path for pid filePhillip Smith
2015-06-05add vim comment to end of PKGBUILDPhillip Smith
2015-06-05fix systemd unit file for have 'type=forking' directivePhillip Smith
'Restart' was set to 'always', but no 'Type' is specified, meaning that systemd assumes the default of 'simple'. Since cron actually forks and returns an exit status of 0 to the parent process (in this case, systemd), systemd assumes that cron died and tries to restart it ad infinitium. Solution is to add a service 'type' with valueof 'forking' Thanks to @jasonlewiscook for pointing it out
2015-06-02initial commitPhillip Smith