configs  Check-in [e555144ceb]

Overview
Comment:Add systemd unit for Element Web
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: e555144ceb1fdb0a9a0b0000dd6340afa6a3a9c836fb0eac53da0c28de1bd1e9
User & Date: js on 2023-03-19 13:58:38
Other Links: manifest | tags
Context
2023-03-19
13:59
ssh_config: Remove special case for github.com check-in: 41f2e5384a user: js tags: trunk
13:58
Add systemd unit for Element Web check-in: e555144ceb user: js tags: trunk
12:10
Add LaunchAgent for Element Web check-in: 787cd2705a user: js tags: trunk
Changes

Added systemd/user/element-web.service version [2395a2fb53].





















>
>
>
>
>
>
>
>
>
>
1
2
3
4
5
6
7
8
9
10
[Unit]
Description=Element Web

[Service]
Type=simple
TimeoutStartSec=0
ExecStart=/home/js/.local/bin/element-web

[Install]
WantedBy=default.target