systemd: Make sure required folders exist

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.
This commit is contained in:
Age Bosma 2020-05-06 13:00:59 +02:00
parent f2c78f6a5b
commit 71693f06a1
1 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,8 @@ User=monero
Group=monero
WorkingDirectory=~
RuntimeDirectory=monero
StateDirectory=monero
LogsDirectory=monero
# Clearnet config
#