2023-01-05 21:51:55 -05:00
|
|
|
[Unit]
|
2023-09-01 23:33:08 -04:00
|
|
|
Description=Synchronize Mailman lists with CMSManage API
|
2023-01-05 21:51:55 -05:00
|
|
|
|
|
|
|
[Service]
|
|
|
|
User=mailman
|
|
|
|
Group=mailman
|
|
|
|
Type=oneshot
|
|
|
|
TimeoutStartSec=600
|
2023-09-02 22:31:06 -04:00
|
|
|
ExecStart=/usr/bin/python3 /opt/mailman-sync/mailman_sync.py --config /opt/mailman-sync/config.yml
|