New version authelia bitwarden-desktop element-web joplin-desktop vaultwarden vaultwarden-web
This commit is contained in:
parent
9359602185
commit
5ecefd0f87
22 changed files with 120 additions and 148 deletions
|
@ -0,0 +1,17 @@
|
|||
[Unit]
|
||||
Description=joplin server
|
||||
Documentation=https://github.com/laurent22/joplin
|
||||
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
User=joplin-server
|
||||
Group=joplin-server
|
||||
EnvironmentFile=/etc/default/joplin-server
|
||||
ExecStart=/usr/bin/yarn --cwd /usr/lib/joplin-server/server/ start
|
||||
WorkingDirectory=/var/lib/joplin-server/
|
||||
Restart=on-failure
|
||||
RestartSec=30s
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Loading…
Add table
Add a link
Reference in a new issue