services/siahsd: /run is a tmpfs
This commit is contained in:
parent
37a91000f4
commit
11948d723b
2 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue