Another refactor

merge joplin and joplin-server
This commit is contained in:
thomas 2022-02-28 23:26:47 +01:00
parent 931e499bd1
commit 55beb0e2e3
48 changed files with 198 additions and 228 deletions

View file

@ -1,17 +0,0 @@
[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