diff options
| author | Chris Engel <cjengel@us.ibm.com> | 2017-09-18 11:54:04 -0400 |
|---|---|---|
| committer | Chris Engel <cjengel@us.ibm.com> | 2017-09-18 11:54:04 -0400 |
| commit | 02ed29aa11136a6d9a6e1f075772532c43cb7289 (patch) | |
| tree | 43759508d9c04ff0be6198c56b2a50781baf6849 /src/signframework/systemd | |
| parent | 0ea64ed5aa32cc8b0c54ae7f2c3b25789d664333 (diff) | |
| download | sb-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.conf | 2 | ||||
| -rw-r--r-- | src/signframework/systemd/signframework.service | 6 |
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 |

