diff --git a/dist/systemd/maddy.service b/dist/systemd/maddy.service index 60b643a..f833060 100644 --- a/dist/systemd/maddy.service +++ b/dist/systemd/maddy.service @@ -73,3 +73,6 @@ ExecStart=/usr/bin/maddy ExecReload=/bin/kill -USR1 $MAINPID ExecReload=/bin/kill -USR2 $MAINPID + +[Install] +WantedBy=multi-user.target diff --git a/dist/systemd/maddy@.service b/dist/systemd/maddy@.service index 0174648..80953a0 100644 --- a/dist/systemd/maddy@.service +++ b/dist/systemd/maddy@.service @@ -69,3 +69,6 @@ ExecStart=/usr/bin/maddy -config /etc/maddy/%i.conf ExecReload=/bin/kill -USR1 $MAINPID ExecReload=/bin/kill -USR2 $MAINPID + +[Install] +WantedBy=multi-user.target