mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-27 23:53:18 +02:00
10 lines
199 B
Plaintext
10 lines
199 B
Plaintext
![]() |
[Unit]
|
||
|
Description=Mailman digests sender
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
PrivateTmp=yes
|
||
|
User={{ mailman_user }}
|
||
|
Group={{ mailman_user }}
|
||
|
ExecStart={{ mailman_root_dir }}/venv/bin/mailman digests --periodic
|