Compare commits
1 Commits
cgroups
...
esettingsd
Author | SHA1 | Date | |
---|---|---|---|
be5501c90f |
1
esettingsd/esettingsd-log/consumer-for
Normal file
1
esettingsd/esettingsd-log/consumer-for
Normal file
@@ -0,0 +1 @@
|
|||||||
|
esettingsd-srv
|
1
esettingsd/esettingsd-log/notification-fd
Normal file
1
esettingsd/esettingsd-log/notification-fd
Normal file
@@ -0,0 +1 @@
|
|||||||
|
3
|
1
esettingsd/esettingsd-log/pipeline-name
Normal file
1
esettingsd/esettingsd-log/pipeline-name
Normal file
@@ -0,0 +1 @@
|
|||||||
|
esettingsd
|
9
esettingsd/esettingsd-log/run
Normal file
9
esettingsd/esettingsd-log/run
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
#!/bin/execlineb -P
|
||||||
|
envfile /etc/s6/config/esettingsd.conf
|
||||||
|
importas -sCuD "n3 s2000000 T" DIRECTIVES DIRECTIVES
|
||||||
|
ifelse { test -w /var/log } {
|
||||||
|
foreground { install -d -o s6log -g s6log /var/log/esettingsd }
|
||||||
|
s6-setuidgid s6log exec -c s6-log -d3 -b -- ${DIRECTIVES} /var/log/esettingsd
|
||||||
|
}
|
||||||
|
foreground { install -d -o s6log -g s6log /run/log/esettingsd }
|
||||||
|
s6-setuidgid s6log exec -c s6-log -d3 -b -- ${DIRECTIVES} /run/log/esettingsd
|
1
esettingsd/esettingsd-log/type
Normal file
1
esettingsd/esettingsd-log/type
Normal file
@@ -0,0 +1 @@
|
|||||||
|
longrun
|
0
esettingsd/esettingsd-srv/dependencies.d/dbus
Normal file
0
esettingsd/esettingsd-srv/dependencies.d/dbus
Normal file
1
esettingsd/esettingsd-srv/producer-for
Normal file
1
esettingsd/esettingsd-srv/producer-for
Normal file
@@ -0,0 +1 @@
|
|||||||
|
esettingsd-log
|
3
esettingsd/esettingsd-srv/run
Normal file
3
esettingsd/esettingsd-srv/run
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
#!/bin/execlineb -P
|
||||||
|
fdmove -c 2 1
|
||||||
|
exec /usr/lib/esettingsd
|
1
esettingsd/esettingsd-srv/type
Normal file
1
esettingsd/esettingsd-srv/type
Normal file
@@ -0,0 +1 @@
|
|||||||
|
longrun
|
2
esettingsd/esettingsd.conf
Normal file
2
esettingsd/esettingsd.conf
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
# This configures the directives used for s6-log in the log service.
|
||||||
|
DIRECTIVES="n3 s2000000 T"
|
Reference in New Issue
Block a user