From 5bd887f797de2d9da2ffbc4a76b70dffb26db642 Mon Sep 17 00:00:00 2001 From: rasul Date: Sat, 28 Nov 2020 13:35:55 -0600 Subject: [PATCH] chdir to working directory --- paste.openrc | 1 + 1 file changed, 1 insertion(+) diff --git a/paste.openrc b/paste.openrc index a335072..d59d0a8 100644 --- a/paste.openrc +++ b/paste.openrc @@ -4,3 +4,4 @@ command="/srv/pastebucket/target/release/pastebucket" command_user="paste" command_background="yes" pidfile="/run/paste.pid" +start_stop_daemon_args="--chdir /srv/pastebucket"