dist: Add missing [Install] section to systemd units

This commit is contained in:
fox.cpp 2020-06-02 23:58:39 +03:00
parent 8954d1e2c3
commit 64cc2b2380
No known key found for this signature in database
GPG key ID: 5B991F6215D2FCC0
2 changed files with 6 additions and 0 deletions

View file

@ -73,3 +73,6 @@ ExecStart=/usr/bin/maddy
ExecReload=/bin/kill -USR1 $MAINPID
ExecReload=/bin/kill -USR2 $MAINPID
[Install]
WantedBy=multi-user.target

View file

@ -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