Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-07-11 | update path for pid file | Phillip Smith | |
2015-06-05 | add vim comment to end of PKGBUILD | Phillip Smith | |
2015-06-05 | fix systemd unit file for have 'type=forking' directive | Phillip 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-02 | initial commit | Phillip Smith | |