14 lines
256 B
Desktop File
14 lines
256 B
Desktop File
# 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
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|