Skip to content
Snippets Groups Projects
Commit 428c9918 authored by Sergey Ivanov's avatar Sergey Ivanov
Browse files

moving config files out of repo to make git repo clean

parent 5dd9dbdb
No related branches found
No related tags found
No related merge requests found
...@@ -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
......
...@@ -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
......
...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment