OSDN Git Service

New service: 3proxy.
[avyssos/void-66-services.git] / usr / share / 66 / service / binfmt-support
1 [main]
2 @type = oneshot
3 @version = 0.0.1
4 @description = "Start binfmt support"
5 @user = ( root )
6 @options = ( log )
7
8 [start]
9 @execute = ( update-binfmts --enable )
10
11 [stop]
12 @execute = ( update-binfmts --disable )