|
[Unit]
|
|
Description=Matrix Room Exporter Bot
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=matrix-bots
|
|
ExecStart=/srv/matrix-room-exporter/venv/bin/python /srv/matrix-room-exporter/main.py
|
|
Restart=on-failure
|
|
RestartSec=5s
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |