restart
This commit is contained in:
parent
98f460273c
commit
81810058a9
|
@ -239,7 +239,7 @@ function install_bdsmail {
|
||||||
echo 'WantedBy=multi-user.target' >> /etc/systemd/system/bdsmail.service
|
echo 'WantedBy=multi-user.target' >> /etc/systemd/system/bdsmail.service
|
||||||
systemctl enable bdsmail
|
systemctl enable bdsmail
|
||||||
chown -R bdsmail:bdsmail /etc/bdsmail
|
chown -R bdsmail:bdsmail /etc/bdsmail
|
||||||
systemctl start bdsmail
|
systemctl restart bdsmail
|
||||||
|
|
||||||
echo '#!/usr/bin/env python2' > /etc/bdsmail/get_address
|
echo '#!/usr/bin/env python2' > /etc/bdsmail/get_address
|
||||||
echo 'import base64, hashlib, sys' >> /etc/bdsmail/get_address
|
echo 'import base64, hashlib, sys' >> /etc/bdsmail/get_address
|
||||||
|
|
Loading…
Reference in New Issue