aboutsummaryrefslogtreecommitdiff
path: root/net-im/heisenbridge/files/heisenbridge.unit
blob: b140c3d3ad03087afef531d63e03c55fcf0c6df2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=a bouncer-style Matrix IRC bridge
After=network.target

[Service]
User=heisenbridge
Group=heisenbridge
Restart=always
ExecStart=/usr/bin/python -m heisenbridge -c ${REGISTRATION} -r -l ${LISTEN_ADDRESS} -p ${LISTEN_PORT} ${HOMESERVER}

[Install]
WantedBy=multi-user.target