14 lines
255 B
Desktop File
14 lines
255 B
Desktop File
# 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
|