1
1
Fork 0

Add systemd unit for Element Web

This commit is contained in:
Jonathan Schleifer 2023-03-19 13:58:38 +00:00
parent 2e7aa5d15e
commit 8320295431

View file

@ -0,0 +1,10 @@
[Unit]
Description=Element Web
[Service]
Type=simple
TimeoutStartSec=0
ExecStart=/home/js/.local/bin/element-web
[Install]
WantedBy=default.target