Gitea
This commit is contained in:
parent
9b716baf78
commit
5cdb3e5c40
14 changed files with 341 additions and 6 deletions
10
alpine/matrix/systemd/matrix-appservice-irc.service
Normal file
10
alpine/matrix/systemd/matrix-appservice-irc.service
Normal file
|
@ -0,0 +1,10 @@
|
|||
[Unit]
|
||||
Description=Matrix IRC gateway
|
||||
After=matrix.service
|
||||
Requires=matrix.service
|
||||
|
||||
[Service]
|
||||
Type=exec
|
||||
ExecStart=/usr/local/bin/matrix-appservice-irc -c /etc/matrix/irc-config.yaml -f /etc/matrix/irc-registration.yaml -p 7881
|
||||
StateDirectory=matrix-appservice-irc
|
||||
ConfigurationDirectory=matrix
|
Loading…
Add table
Add a link
Reference in a new issue