Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-11-16 | Add two configuration options to monerod.service: | 0xB44EFD8751077F97 | 1 | -0/+3 | |
Restart=always PrivateTmp=true | |||||
2017-09-10 | utils: systemd: dir for pidfile with permissions | redfish | 1 | -2/+3 | |
monerod runs as user monero which does not have write permissions for /var/run. Use systemd's RuntimeDirectory feature to handle this. | |||||
2017-07-22 | Update monerod systemd service file | Erik de Castro Lopo | 1 | -8/+3 | |
Make monerod use a PID file and let systemd know where that file is. | |||||
2016-09-03 | rename systemd bits to monero | Riccardo Spagni | 1 | -5/+5 | |
2016-08-26 | contrib: example systemd service and config file | redfish | 1 | -0/+22 | |
Including in light of #977 |