FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
sysadmin/src/ServiceScriptRunner.cpp at master · StarryInternet/sysadmin · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
StarryInternet
/
sysadmin
Public
Notifications
You must be signed in to change notification settings
Fork
8
Star
11
Code
Issues
10
Pull requests
0
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
sysadmin
/
src
/
ServiceScriptRunner.cpp
Copy path
More file actions
More file actions
Latest commit
History
History
History
21 lines (15 loc) · 541 Bytes
Breadcrumbs
sysadmin
/
src
/
ServiceScriptRunner.cpp
Copy path
File metadata and controls
21 lines (15 loc) · 541 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#
include
"
ServiceScriptRunner.h
"
#
include
<
folly/futures/Promise.h
>
#
include
<
log4cxx/logger.h
>
namespace
{
log4cxx::LoggerPtr
spLogger
(log4cxx::Logger::getLogger(
"
ServiceScriptRunner
"
));
}
namespace
bfs
=
boost::filesystem;
namespace
dm
=
decibel::messaging;
ServiceScriptRunner::ServiceScriptRunner
(dm::Reactor* reactor,
const
std::vector<std::string>& scriptPath,
HookOptions::RunOptions options)
: ExternalRunner(reactor, scriptPath, options)
{
}
Back
|
FazBrowse Home
|
New Git URL