initial commit of file from CVS for smeserver-altqmail on Sat Sep 7 20:06:59 AEST 2024
This commit is contained in:
16
root/usr/lib/systemd/system/altqmail-smtpd.service
Normal file
16
root/usr/lib/systemd/system/altqmail-smtpd.service
Normal file
@@ -0,0 +1,16 @@
|
||||
[Unit]
|
||||
Description=altqmail-smtpd, message transfer agent
|
||||
After=network.target
|
||||
Requires=runit.service
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStartPre=/sbin/e-smith/service-status altqmail-smtpd
|
||||
ExecStart=/usr/bin/sv u /service/altqmail-smtpd
|
||||
ExecStop=/usr/bin/sv stop /service/altqmail-smtpd
|
||||
ExecReload=/usr/bin/sv t /service/altqmail-smtpd
|
||||
RemainAfterExit=yes
|
||||
|
||||
[Install]
|
||||
WantedBy=sme-server.target
|
||||
|
16
root/usr/lib/systemd/system/altqmail.service
Normal file
16
root/usr/lib/systemd/system/altqmail.service
Normal file
@@ -0,0 +1,16 @@
|
||||
[Unit]
|
||||
Description=altqmail, message transfer agent
|
||||
After=network.target
|
||||
Requires=runit.service
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStartPre=/sbin/e-smith/service-status altqmail
|
||||
ExecStart=/usr/bin/sv u /service/altqmail
|
||||
ExecStop=/usr/bin/sv stop /service/altqmail
|
||||
ExecReload=/usr/bin/sv t /service/altqmail
|
||||
RemainAfterExit=yes
|
||||
|
||||
[Install]
|
||||
WantedBy=sme-server.target
|
||||
|
Reference in New Issue
Block a user