Merge pull request #2831

d73d7aca Add two configuration options to monerod.service: (0xB44EFD8751077F97)
This commit is contained in:
Riccardo Spagni 2017-12-02 09:22:29 +02:00
commit 7227cde3dc
No known key found for this signature in database
GPG Key ID: 55432DF31CCD4FCD
1 changed files with 3 additions and 0 deletions

View File

@ -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