Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions etc/zinit/contd.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
exec: contd --broker unix:///var/run/redis.sock --root /var/cache/modules/contd
test: zbusdebug --module container
after:
- containerd
- boot
1 change: 1 addition & 0 deletions etc/zinit/flistd.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
exec: flistd --broker unix:///var/run/redis.sock --root /var/cache/modules/flistd
test: zbusdebug --module flist
after:
- boot
# identityd is added to make sure all binaries are up to date
Expand Down
1 change: 1 addition & 0 deletions etc/zinit/gateway.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
exec: gateway --broker unix:///var/run/redis.sock --root /var/cache/modules/gateway
test: zbusdebug --module gateway
after:
- boot
- networkd
Expand Down
1 change: 1 addition & 0 deletions etc/zinit/noded.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
exec: ip netns exec ndmz noded --broker unix:///var/run/redis.sock
test: zbusdebug --module node
after:
- boot
- networkd
1 change: 1 addition & 0 deletions etc/zinit/provisiond.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# provisind runs inside ndmz. the ndmz has rules to accept connection to
# provisiond address :2021
exec: provisiond --broker unix:///var/run/redis.sock --root /var/cache/modules/provisiond
test: zbusdebug --module provision
after:
- boot
- flistd
Expand Down
1 change: 1 addition & 0 deletions etc/zinit/qsfsd.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
exec: qsfsd --broker unix:///var/run/redis.sock --root /var/cache/modules/qsfsd
test: zbusdebug --module qsfsd
after:
- boot
- contd
2 changes: 1 addition & 1 deletion etc/zinit/storaged.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
exec: storaged --broker unix:///var/run/redis.sock
# we only consider the storaged is running only if the /var/cache is mounted
test: mountpoint /var/cache
test: sh -c "mountpoint /var/cache && zbusdebug --module storage"
after:
- node-ready
1 change: 1 addition & 0 deletions etc/zinit/vmd.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
exec: vmd --broker unix:///var/run/redis.sock
test: zbusdebug --module vmd
after:
- boot
- networkd
Expand Down