Add systemd unit for Element Web
This commit is contained in:
parent
2e7aa5d15e
commit
8320295431
1 changed files with 10 additions and 0 deletions
10
systemd/user/element-web.service
Normal file
10
systemd/user/element-web.service
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue