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