mirror of
https://github.com/chatmail/relay.git
synced 2026-06-09 21:21:09 +00:00
fa9aa5b015
also activates actual deletion (after quite some dry test runs on nine)
10 lines
223 B
FortranFixed
10 lines
223 B
FortranFixed
[Unit]
|
|
Description=chatmail mail storage expiration job
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
User=vmail
|
|
ExecStart=/usr/local/lib/chatmaild/venv/bin/chatmail-expire /usr/local/lib/chatmaild/chatmail.ini -v --remove
|
|
|