Run LCR under runit
This commit is contained in:
parent
e21c1f8b91
commit
ee1c6bd131
3 changed files with 12 additions and 0 deletions
4
modules/rhizo_base/files/etc/sv/lcr/log/run
Executable file
4
modules/rhizo_base/files/etc/sv/lcr/log/run
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
LOG_FOLDER=/var/log/lcr
|
||||
mkdir -p $LOG_FOLDER
|
||||
exec svlogd -tt $LOG_FOLDER
|
2
modules/rhizo_base/files/etc/sv/lcr/run
Executable file
2
modules/rhizo_base/files/etc/sv/lcr/run
Executable file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/sh
|
||||
/usr/sbin/lcr start
|
Loading…
Add table
Add a link
Reference in a new issue