forked from pool/python-HyperKitty
* https://gitlab.com/mailman/hyperkitty/-/blob/1.3.12/doc/news.rst or packaged news.rst - Removed gl-mr635-empty_attachment.patch OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:mailman/python-HyperKitty?expand=0&rev=90
13 lines
320 B
Desktop File
13 lines
320 B
Desktop File
[Unit]
|
|
Description=HyperKitty async tasks runner
|
|
After=network.target remote-fs.target
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/python3 /srv/www/webapps/mailman/hyperkitty/manage.py qcluster --pythonpath /srv/www/webapps/mailman/hyperkitty/ --settings settings
|
|
User=hyperkitty
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|