Mautrix-irc.service: Difference between revisions
From FlowerHouseWiki
(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>") |
(No difference)
|
Latest revision as of 22:46, 21 July 2022
[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