11 lines
218 B
SYSTEMD
11 lines
218 B
SYSTEMD
|
# vmail-stack
|
||
|
# https://git.stack-source.com/msb/vmail-stack
|
||
|
# MIT License Copyright (c) 2021 Matthew Saunders Brown
|
||
|
#
|
||
|
[Unit]
|
||
|
Description=vmail-stack cron
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
ExecStart=/usr/local/sbin/vmail-cron.sh
|