diff options
author | ston1th <ston1th@giftfish.de> | 2018-02-23 21:28:08 +0100 |
---|---|---|
committer | ston1th <ston1th@giftfish.de> | 2018-02-23 21:28:08 +0100 |
commit | 6d900a40d9dbddda5474757600212101e9e78e58 (patch) | |
tree | fd0f752e381a58288ef43332c00d22227be77b2a /utils/systemd/monerod.service | |
parent | monerod: do not log to tmpdir in daemon mode (diff) | |
download | monero-6d900a40d9dbddda5474757600212101e9e78e58.tar.xz |
removed systemd private tempdir
Diffstat (limited to '')
-rw-r--r-- | utils/systemd/monerod.service | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/utils/systemd/monerod.service b/utils/systemd/monerod.service index b6b6b6ce6..696be4c33 100644 --- a/utils/systemd/monerod.service +++ b/utils/systemd/monerod.service @@ -15,7 +15,6 @@ ExecStart=/usr/bin/monerod --config-file /etc/monerod.conf \ --detach --pidfile /run/monero/monerod.pid Restart=always -PrivateTmp=true [Install] WantedBy=multi-user.target |