services/siahsd: /run is a tmpfs

This commit is contained in:
polyfloyd 2022-10-31 21:20:31 +01:00
parent 37a91000f4
commit 11948d723b
2 changed files with 2 additions and 2 deletions

View file

@ -9,7 +9,7 @@
group: nogroup
with_items:
- /var/log/siahsd
- /run/siahsd
- /var/run/siahsd
- name: Install service file
template:

View file

@ -6,7 +6,7 @@ After=network.target
[Service]
Type=forking
PIDFile=/run/siahsd/siahsd.pid
PIDFile=/var/run/siahsd/siahsd.pid
Restart=always
RestartSec=10s
ExecStart=/usr/local/src/siahsd/build/siahsd