initial commit of file from CVS for e-smith-qmail on Wed 12 Jul 09:06:46 BST 2023
This commit is contained in:
15
root/usr/lib/systemd/system/qmail.service
Normal file
15
root/usr/lib/systemd/system/qmail.service
Normal file
@@ -0,0 +1,15 @@
|
||||
[Unit]
|
||||
Description=qmail, message transfer agent
|
||||
After=network.target
|
||||
Requires=runit.service
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStartPre=/sbin/e-smith/service-status qmail
|
||||
ExecStart=/usr/bin/sv u /service/qmail
|
||||
ExecStop=/usr/bin/sv stop /service/qmail
|
||||
ExecReload=/usr/bin/sv t /service/qmail
|
||||
RemainAfterExit=yes
|
||||
|
||||
[Install]
|
||||
WantedBy=sme-server.target
|
Reference in New Issue
Block a user