bundlewrap/bundles/matrix-registration/files/matrix-registration.service

15 lines
355 B
SYSTEMD
Raw Normal View History

2023-05-20 13:15:35 +00:00
[Unit]
Description=matrix-registration
After=network.target
[Service]
User=matrix-registration
Group=matrix-registration
WorkingDirectory=/opt/matrix-registration/src
ExecStart=/opt/matrix-registration/venv/bin/matrix-registration --config-path /opt/matrix-registration/config.yaml serve
Restart=always
RestartSec=5
[Install]
WantedBy=multi-user.target