summaryrefslogtreecommitdiffstats
path: root/src/signframework
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
parent0ea64ed5aa32cc8b0c54ae7f2c3b25789d664333 (diff)
downloadsb-signing-framework-02ed29aa11136a6d9a6e1f075772532c43cb7289.tar.gz
sb-signing-framework-02ed29aa11136a6d9a6e1f075772532c43cb7289.zip
Framework updates to support new path
Diffstat (limited to 'src/signframework')
-rw-r--r--src/signframework/audit_archive.cfg.sample2
-rw-r--r--src/signframework/framework.cfg.sample4
-rw-r--r--src/signframework/systemd/signframework.conf2
-rw-r--r--src/signframework/systemd/signframework.service6
4 files changed, 7 insertions, 7 deletions
diff --git a/src/signframework/audit_archive.cfg.sample b/src/signframework/audit_archive.cfg.sample
index 4989ed6..a0a5fa9 100644
--- a/src/signframework/audit_archive.cfg.sample
+++ b/src/signframework/audit_archive.cfg.sample
@@ -6,5 +6,5 @@ out_body=audit_archive.txt
# Rooted !!! file name for the output attachment
-out_attachment=/home/framework/signframework/src/signframework/audit_archive.bin
+out_attachment=/home/framework/sb-signing-framework/src/signframework/audit_archive.bin
diff --git a/src/signframework/framework.cfg.sample b/src/signframework/framework.cfg.sample
index 049a83a..5d4420e 100644
--- a/src/signframework/framework.cfg.sample
+++ b/src/signframework/framework.cfg.sample
@@ -41,8 +41,8 @@ full_email=email.txt
# Rooted !!! file names for the input and output attachments
-in_attachment=/home/framework/signframework/src/signframework/iatt.bin
-out_attachment=/home/framework/signframework/src/signframework/oatt.bin
+in_attachment=/home/framework/sb-signing-framework/src/signframework/iatt.bin
+out_attachment=/home/framework/sb-signing-framework/src/signframework/oatt.bin
# File name for the password master AES key token (used to decrypt the
# password string received in a user email)
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