~linuxgoose/bocpress

ref: ea974b0aa571d976764ecd593298392f8a41e35d bocpress/ansible/mataroa-notifications.service.j2 -rw-r--r-- 289 bytes
ea974b0aJordan Robinson change markdown library to markdown-it-python and add Graphviz support 2 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Process mataroa notifications

[Service]
Type=oneshot
User=deploy
WorkingDirectory=/var/www/mataroa
EnvironmentFile=/etc/systemd/system/mataroa.env
ExecStart=/home/deploy/.local/bin/uv run manage.py processnotifications --no-dryrun

[Install]
WantedBy=multi-user.target