Commit 8c03fb23114d657ce9323f1a661ae57eef22454a
1 parent
7b809ff5
Exists in
master
change working directory to generic path
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
copr_status.service
@@ -4,7 +4,7 @@ After=network.target | @@ -4,7 +4,7 @@ After=network.target | ||
4 | 4 | ||
5 | [Service] | 5 | [Service] |
6 | ExecStart=/usr/bin/plackup -Ilib | 6 | ExecStart=/usr/bin/plackup -Ilib |
7 | -WorkingDirectory=/var/www/copr-status | 7 | +WorkingDirectory=path/to/copr-status |
8 | Restart=on-failure | 8 | Restart=on-failure |
9 | 9 | ||
10 | [Install] | 10 | [Install] |