diff options
author | Age Bosma <age.bosma@protonmail.com> | 2020-05-06 13:00:59 +0200 |
---|---|---|
committer | Age Bosma <age.bosma@protonmail.com> | 2020-05-06 14:57:47 +0200 |
commit | 71693f06a144dd823e5b0b1b5af5a97372f9b4eb (patch) | |
tree | 8f8c74768d0eca5bd8e02fe8f63540a4326ca839 /utils | |
parent | Merge pull request #6486 (diff) | |
download | monero-71693f06a144dd823e5b0b1b5af5a97372f9b4eb.tar.xz |
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.
Diffstat (limited to 'utils')
-rw-r--r-- | utils/systemd/monerod.service | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/systemd/monerod.service b/utils/systemd/monerod.service index 5f37e54b2..dbb9e8aaa 100644 --- a/utils/systemd/monerod.service +++ b/utils/systemd/monerod.service @@ -7,6 +7,8 @@ User=monero Group=monero WorkingDirectory=~ RuntimeDirectory=monero +StateDirectory=monero +LogsDirectory=monero # Clearnet config # |