aboutsummaryrefslogtreecommitdiff
path: root/utils/systemd
Commit message (Collapse)AuthorAgeFilesLines
* monerod.service: use network-online.targetJared Monger2024-11-051-1/+1
| | | | Wait for network to be online before starting
* systemd: remove outdated torsocks exampleselsta2022-02-081-17/+0
|
* systemd: Don't use Type=forkingNathan Dorfman2020-09-081-5/+4
|
* systemd: Make sure required folders existAge Bosma2020-05-061-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.
* systemd,readme: torsocks config for serviceredfish2018-03-101-1/+17
|
* removed systemd private tempdirston1th2018-02-231-1/+0
|
* Add two configuration options to monerod.service:0xB44EFD8751077F972017-11-161-0/+3
| | | | | Restart=always PrivateTmp=true
* utils: systemd: dir for pidfile with permissionsredfish2017-09-101-2/+3
| | | | | | monerod runs as user monero which does not have write permissions for /var/run. Use systemd's RuntimeDirectory feature to handle this.
* Update monerod systemd service fileErik de Castro Lopo2017-07-221-8/+3
| | | | Make monerod use a PID file and let systemd know where that file is.
* rename systemd bits to moneroRiccardo Spagni2016-09-031-5/+5
|
* contrib: example systemd service and config fileredfish2016-08-261-0/+22
Including in light of #977