aboutsummaryrefslogtreecommitdiff
path: root/utils/systemd (follow)
AgeCommit message (Collapse)AuthorFilesLines
2022-02-08systemd: remove outdated torsocks exampleselsta1-17/+0
2020-09-08systemd: Don't use Type=forkingNathan Dorfman1-5/+4
2020-05-06systemd: Make sure required folders existAge Bosma1-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-10systemd,readme: torsocks config for serviceredfish1-1/+17
2018-02-23removed systemd private tempdirston1th1-1/+0
2017-11-16Add two configuration options to monerod.service:0xB44EFD8751077F971-0/+3
Restart=always PrivateTmp=true
2017-09-10utils: systemd: dir for pidfile with permissionsredfish1-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-22Update monerod systemd service fileErik de Castro Lopo1-8/+3
Make monerod use a PID file and let systemd know where that file is.
2016-09-03rename systemd bits to moneroRiccardo Spagni1-5/+5
2016-08-26contrib: example systemd service and config fileredfish1-0/+22
Including in light of #977