From 2f8f7c56f27f121e2b5ff48b80c35b6d66a935e2 Mon Sep 17 00:00:00 2001 From: Andris Reinman Date: Thu, 2 Jun 2016 13:25:49 +0300 Subject: [PATCH] updated install script --- setup/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/install.sh b/setup/install.sh index 889e36b8..62b3f379 100755 --- a/setup/install.sh +++ b/setup/install.sh @@ -68,7 +68,7 @@ cat < /etc/logrotate.d/mailtrain } EOM -if [ -d "/usr/lib/systemd" ]; then +if [ -d "/run/systemd/system" ]; then # Set up systemd service script cp setup/mailtrain.service /etc/systemd/system/ systemctl enable mailtrain.service