aboutsummaryrefslogtreecommitdiff
path: root/utils/systemd (follow)
AgeCommit message (Collapse)AuthorFilesLines
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