blob: 433449114b424605590d74c6e561d2fe2a34a9c3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
[Unit]
Description=Matrix Ident Server
[Service]
Type=simple
Restart=on-failure
User=sydent
Group=matrix
WorkingDirectory=/opt/matrix/sydent
ExecStart=/opt/matrix/sydent/sydent-venv/bin/python -m sydent.sydent
SyslogIdentifier=sydent
[Install]
WantedBy=multi-user.target
|