mirror of
https://github.com/HackPlan/RootPanel.git
synced 2026-03-28 23:49:11 +08:00
12 lines
164 B
CoffeeScript
12 lines
164 B
CoffeeScript
action = require './action'
|
|
service = require './service'
|
|
|
|
module.exports =
|
|
name: 'phpfpm'
|
|
type: 'service'
|
|
|
|
action: action
|
|
service: service
|
|
|
|
switch: true
|