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 group: nogroup
with_items: with_items:
- /var/log/siahsd - /var/log/siahsd
- /run/siahsd - /var/run/siahsd
- name: Install service file - name: Install service file
template: template:

View file

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