summaryrefslogtreecommitdiffstats
path: root/src/signframework/systemd
diff options
context:
space:
mode:
authorChris Engel <cjengel@us.ibm.com>2017-09-18 11:54:04 -0400
committerChris Engel <cjengel@us.ibm.com>2017-09-18 11:54:04 -0400
commit02ed29aa11136a6d9a6e1f075772532c43cb7289 (patch)
tree43759508d9c04ff0be6198c56b2a50781baf6849 /src/signframework/systemd
parent0ea64ed5aa32cc8b0c54ae7f2c3b25789d664333 (diff)
downloadsb-signing-framework-02ed29aa11136a6d9a6e1f075772532c43cb7289.tar.gz
sb-signing-framework-02ed29aa11136a6d9a6e1f075772532c43cb7289.zip
Framework updates to support new path
Diffstat (limited to 'src/signframework/systemd')
-rw-r--r--src/signframework/systemd/signframework.conf2
-rw-r--r--src/signframework/systemd/signframework.service6
2 files changed, 4 insertions, 4 deletions
diff --git a/src/signframework/systemd/signframework.conf b/src/signframework/systemd/signframework.conf
index 3d49b62..f83b5ea 100644
--- a/src/signframework/systemd/signframework.conf
+++ b/src/signframework/systemd/signframework.conf
@@ -1,4 +1,4 @@
# Configuration file for the signing_framework service.
OPTIONS=-v
-FRAMEWORK_CONFIG_FILE=/home/framework/signframework/src/signframework/framework.cfg
+FRAMEWORK_CONFIG_FILE=/home/framework/sb-signing-framework/src/signframework/framework.cfg
diff --git a/src/signframework/systemd/signframework.service b/src/signframework/systemd/signframework.service
index 7468977..1ab868d 100644
--- a/src/signframework/systemd/signframework.service
+++ b/src/signframework/systemd/signframework.service
@@ -5,9 +5,9 @@ After=network.target sshd.service
[Service]
Type=simple
#PIDFile=/var/run/framework.pid
-WorkingDirectory=/home/framework/signframework/src/signframework
-EnvironmentFile=/home/framework/signframework/src/signframework/systemd/signframework.conf
-ExecStart=/home/framework/signframework/src/signframework/framework $OPTIONS
+WorkingDirectory=/home/framework/sb-signing-framework/src/signframework
+EnvironmentFile=/home/framework/sb-signing-framework/src/signframework/systemd/signframework.conf
+ExecStart=/home/framework/sb-signing-framework/src/signframework/framework $OPTIONS
ExecReload=/bin/kill -HUP $MAINPID
KillMode=process
Restart=on-failure
OpenPOWER on IntegriCloud