-
-
Notifications
You must be signed in to change notification settings - Fork 67
Open
Milestone
Description
The oneliner format for configuring services is getting a bit crowded, and at times very wide.
What follows is an unfinished proposal for a new service definition that could fit into Finit w/o much refactor:
service zebra:quagga {
runlevel = 2345
exec = zebra -A 127.0.0.01
desc = "Zebra routing daemon"
}
service ospf:quagga {
runlevel = 2345
cond = pid/zebra:quagga
exec = ospfd -A 127.0.0.01
desc = "OSPF routing daemon"
}
jorgensigvardsson
Metadata
Metadata
Assignees
Labels
No labels