From cf238fdfaa8cf5b65e780423469a81266cd317f5 Mon Sep 17 00:00:00 2001 From: Leonard Thomas Wall <35597965+tenchooo@users.noreply.github.com> Date: Thu, 25 Jan 2018 21:49:01 +0000 Subject: [PATCH] Update sharppaste.service --- Scripts/sharppaste.service | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Scripts/sharppaste.service b/Scripts/sharppaste.service index 047f880..7b0fcea 100644 --- a/Scripts/sharppaste.service +++ b/Scripts/sharppaste.service @@ -1,13 +1,13 @@ [Unit] Description=SharpPaste Server Wants=network.target -ConditionDirectoryNotEmpty=/var/www/sharppaste +ConditionDirectoryNotEmpty=/opt/sharppaste [Service] Type=simple User=xsp Group=xsp -ExecStart=/usr/bin/xsp4 --port 9000 --address 127.0.0.1 --nonstop --applications=/:/var/www/sharppaste +ExecStart=/usr/bin/xsp4 --port 9000 --address 127.0.0.1 --nonstop --applications=/:/opt/sharppaste Restart=on-failure [Install]