forked from bitlair/ansible
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
|
||||
with_items:
|
||||
- /var/log/siahsd
|
||||
- /run/siahsd
|
||||
- /var/run/siahsd
|
||||
|
||||
- name: Install service file
|
||||
template:
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue