matrix2051-git/matrix2051.service

16 lines
296 B
SYSTEMD

[Unit]
Description=Matrix2051, a Matrix gateway for IRC
After=network.target
[Service]
Type=simple
ExecStart=/opt/matrix2051/_build/prod/rel/matrix2051/bin/matrix2051 start
Restart=always
SyslogIdentifier=Matrix2051
Environment=HOME=/tmp/
DynamicUser=true
[Install]
WantedBy=multi-user.target