add mail-cron systemd unit
This commit is contained in:
8
etc/systemd/system/mail-cron.service
Normal file
8
etc/systemd/system/mail-cron.service
Normal file
@ -0,0 +1,8 @@
|
||||
[Unit]
|
||||
Description=Mail cron
|
||||
After=srv.mount
|
||||
Requires=srv.mount
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/usr/bin/php /srv/var/www/mail/cron.php
|
Reference in New Issue
Block a user