From d1752a81a8f0de5401e9fcfbee0c1242c7768d6d Mon Sep 17 00:00:00 2001 From: shibayashi Date: Sun, 10 Feb 2019 19:25:34 +0000 Subject: Update service files of OpenRC and systemd to new recommended paths --- installation/init.d/pleroma | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'installation/init.d') diff --git a/installation/init.d/pleroma b/installation/init.d/pleroma index 2b211df65..ed50bb551 100755 --- a/installation/init.d/pleroma +++ b/installation/init.d/pleroma @@ -1,7 +1,7 @@ #!/sbin/openrc-run # Requires OpenRC >= 0.35 -directory=~pleroma/pleroma +directory=/opt/pleroma command=/usr/bin/mix command_args="phx.server" @@ -18,4 +18,4 @@ pidfile="/var/run/pleroma.pid" depend() { need nginx postgresql -} \ No newline at end of file +} -- cgit v1.2.3