update version

This commit is contained in:
thomas 2022-09-21 01:59:25 +02:00
parent 0ec450ed04
commit 249a7e28e1
8 changed files with 26 additions and 11 deletions

View file

@ -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/share/joplin-server/server/ start
WorkingDirectory=/var/lib/joplin-server/
Restart=on-failure
RestartSec=30s
[Install]
WantedBy=multi-user.target