unix/fiss

contrib/command.txt in master
Repositories | Summary | Log | Files | LICENSE

command.txt (759B) download


 1FISS COMMANDS
 2=============
 3
 4  + new in fiss, - same as in runit, ~ different behaviour
 5
 6- alarm (a): sends alarm
 7- cont  (c): resumes the service
 8- down  (d): stops the service, pin as stopped
 9+ event (e): enables ./event
10~ exit  (x): does nothing (actually exits the runsv instance)
11- hup   (h): sends hup
12- int   (i): sends interrupt
13- kill  (k): sends kill, pin as stopped
14- once  (o): starts the service, pin as started once
15- pause (p): pauses the service
16- quit  (q): sends quit
17+ reset (r): resets the service (fail-count)
18- term  (t): same as down
19- up    (u): starts the services, pin as started
20- usr1  (1): sends usr1
21- usr2  (2): sends usr2
22+ xdown (D): stops the service, don't pin as stopped
23+ xup   (U): stops the service, don't pin as stopped