From 8c03fb23114d657ce9323f1a661ae57eef22454a Mon Sep 17 00:00:00 2001 From: Athos Ribeiro Date: Mon, 22 Feb 2016 23:54:40 -0300 Subject: [PATCH] change working directory to generic path --- copr_status.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/copr_status.service b/copr_status.service index 39617b5..1dbb371 100644 --- a/copr_status.service +++ b/copr_status.service @@ -4,7 +4,7 @@ After=network.target [Service] ExecStart=/usr/bin/plackup -Ilib -WorkingDirectory=/var/www/copr-status +WorkingDirectory=path/to/copr-status Restart=on-failure [Install] -- libgit2 0.21.2