Merge accidental fork
This commit is contained in:
commit
a92d31f494
2 changed files with 10 additions and 3 deletions
|
@ -6,9 +6,6 @@ Host anoncvs.netbsd.org
|
||||||
Host bitbucket.org
|
Host bitbucket.org
|
||||||
HostKeyAlgorithms ssh-rsa
|
HostKeyAlgorithms ssh-rsa
|
||||||
|
|
||||||
Host github.com
|
|
||||||
HostKeyAlgorithms rsa-sha2-512
|
|
||||||
|
|
||||||
Host pkgs.fedoraproject.org
|
Host pkgs.fedoraproject.org
|
||||||
HostKeyAlgorithms rsa-sha2-512
|
HostKeyAlgorithms rsa-sha2-512
|
||||||
|
|
||||||
|
|
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