Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-02-08 | systemd: remove outdated torsocks example | selsta | 1 | -17/+0 | |
2020-09-08 | systemd: Don't use Type=forking | Nathan Dorfman | 1 | -5/+4 | |
2020-05-06 | systemd: Make sure required folders exist | Age Bosma | 1 | -0/+2 | |
The default monero.conf file depends on the existence of the folders `/var/log/monero/` and `/var/lib/monero/`. This change makes sure systemd will create them, together with the proper permissions, if they don't exist. `StateDirectory` can be considered an extra safety in case the user `monero` happens to have been created with specifying `/var/lib/monero/` as a home folder but without actually creating it. | |||||
2018-03-10 | systemd,readme: torsocks config for service | redfish | 1 | -1/+17 | |
2018-02-23 | removed systemd private tempdir | ston1th | 1 | -1/+0 | |
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 |