14 lines
255 B
SYSTEMD
14 lines
255 B
SYSTEMD
|
# vmail-webmail
|
||
|
# https://git.stack-source.com/msb/vmail-webmail
|
||
|
# MIT License Copyright (c) 2021 Matthew Saunders Brown
|
||
|
#
|
||
|
[Unit]
|
||
|
Description=Roundcube cron
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
ExecStart=/usr/local/sbin/rc-cron.sh
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|