12 lines
350 B
Desktop File
12 lines
350 B
Desktop File
# vmail-webmail
|
|
# https://git.stack-source.com/msb/vmail-webmail
|
|
# Copyright (c) 2022 Matthew Saunders Brown <matthewsaundersbrown@gmail.com>
|
|
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
|
|
#
|
|
[Unit]
|
|
Description=Roundcube cron for cleaning up db
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/local/sbin/rc-cron.sh
|