Mautrix-irc.service

From FlowerHouseWiki
Revision as of 22:46, 21 July 2022 by Tropaion (talk | contribs) (Created page with "<syntaxhighlight lang="yaml" line> [Unit] Description=mautrix-irc bridge [Service] # N.B. If you didn't create a user with the correct home directory, set this # to the directory where config.yaml is (e.g. /opt/mautrix-telegram). WorkingDirectory=~ ExecStart=/opt/mautrix-irc/bin/python -m heisenbridge -c /opt/mautrix-irc/registration.yaml User=mautrix-irc [Install] WantedBy=multi-user.target </syntaxhighlight>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
[Unit]
Description=mautrix-irc bridge

[Service]
# N.B. If you didn't create a user with the correct home directory, set this
#      to the directory where config.yaml is (e.g. /opt/mautrix-telegram).
WorkingDirectory=~
ExecStart=/opt/mautrix-irc/bin/python -m heisenbridge -c /opt/mautrix-irc/registration.yaml
User=mautrix-irc

[Install]
WantedBy=multi-user.target