added ir server, squeeze server, ...
This commit is contained in:
@@ -30,7 +30,7 @@ SystemCallArchitectures=native
|
||||
UMask=177
|
||||
|
||||
Type=forking
|
||||
ExecStart=/usr/local/bin/sispmctl -p 2638 -l
|
||||
ExecStart=/usr/bin/sispmctl -p 2638 -l
|
||||
SyslogIdentifier=sispmctl
|
||||
Restart=always
|
||||
RestartSec=5
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
- name: Check if sispmctl already exists
|
||||
stat: path=/usr/local/bin/sispmctl
|
||||
stat: path=/usr/bin/sispmctl
|
||||
register: sispmctl_file
|
||||
- name: Install dependencies
|
||||
apt: name="libusb-dev" cache_valid_time=7200 state=present
|
||||
|
||||
Reference in New Issue
Block a user