portable-services/alpine-matrix/systemd/matrix-appservice-irc.service
Vladan Popovic 2b166baf7c Add matrix-appservice-irc and fix installation
Allow memory write and execution (ctypes).
Add IRC gateway unit files and rename the units to be recognised by
portabled.
Fix installation of matrix-appservice-irc (don't ask).
2019-02-06 18:03:06 +01:00

10 lines
294 B
Desktop File

[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