Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
resmon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mirrors
resmon
Commits
428c9918
Commit
428c9918
authored
6 years ago
by
Sergey Ivanov
Browse files
Options
Downloads
Patches
Plain Diff
moving config files out of repo to make git repo clean
parent
5dd9dbdb
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
resources/resmon-systemd.service
+1
-1
1 addition, 1 deletion
resources/resmon-systemd.service
resources/resmon_debian_rc
+1
-1
1 addition, 1 deletion
resources/resmon_debian_rc
resources/resmon_redhat_rc
+1
-1
1 addition, 1 deletion
resources/resmon_redhat_rc
with
3 additions
and
3 deletions
resources/resmon-systemd.service
+
1
−
1
View file @
428c9918
...
@@ -6,7 +6,7 @@ After=network.target
...
@@ -6,7 +6,7 @@ After=network.target
[Service]
[Service]
Type
=
forking
Type
=
forking
WorkingDirectory
=
/opt/resmon
WorkingDirectory
=
/opt/resmon
ExecStart
=
/opt/resmon/resmon -r /run/resmon.pid
ExecStart
=
/opt/resmon/resmon -r /run/resmon.pid
-c /opt/csd/conf/resmon/resmon.conf
Restart
=
on-failure
Restart
=
on-failure
PIDFile
=
/run/resmon.pid
PIDFile
=
/run/resmon.pid
ExecReload
=
/bin/kill -HUP $MAINPID
ExecReload
=
/bin/kill -HUP $MAINPID
...
...
This diff is collapsed.
Click to expand it.
resources/resmon_debian_rc
+
1
−
1
View file @
428c9918
...
@@ -15,7 +15,7 @@
...
@@ -15,7 +15,7 @@
RESMON_GIT
=
git://git.cs.umd.edu/resmon
RESMON_GIT
=
git://git.cs.umd.edu/resmon
RESMON_DIR
=
/opt/resmon
RESMON_DIR
=
/opt/resmon
RESMON_CONF
=
$RESMON_DIR
/resmon.conf
RESMON_CONF
=
/opt/csd/conf/resmon
/resmon.conf
RESMON_BIN
=
$RESMON_DIR
/resmon
RESMON_BIN
=
$RESMON_DIR
/resmon
RESMON_LOCK
=
/var/lock/resmon
RESMON_LOCK
=
/var/lock/resmon
...
...
This diff is collapsed.
Click to expand it.
resources/resmon_redhat_rc
+
1
−
1
View file @
428c9918
...
@@ -14,7 +14,7 @@
...
@@ -14,7 +14,7 @@
.
/etc/init.d/functions
.
/etc/init.d/functions
RESMON_DIR
=
/opt/resmon
RESMON_DIR
=
/opt/resmon
RESMON_CONF
=
$RESMON_DIR
/resmon.conf
RESMON_CONF
=
/opt/csd/conf/resmon
/resmon.conf
RESMON_BIN
=
$RESMON_DIR
/resmon
RESMON_BIN
=
$RESMON_DIR
/resmon
RESMON_LOCK
=
/var/lock/subsys/resmon
RESMON_LOCK
=
/var/lock/subsys/resmon
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment