Skip to content

Commit

Permalink
Add two configuration options to monerod.service:
Browse files Browse the repository at this point in the history
    Restart=always
    PrivateTmp=true
  • Loading branch information
0xB44EFD8751077F97 committed Nov 16, 2017
1 parent dc6a801 commit d73d7ac
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions utils/systemd/monerod.service
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,8 @@ PIDFile=/run/monero/monerod.pid
ExecStart=/usr/bin/monerod --config-file /etc/monerod.conf \
--detach --pidfile /run/monero/monerod.pid

Restart=always
PrivateTmp=true

[Install]
WantedBy=multi-user.target

0 comments on commit d73d7ac

Please sign in to comment.