This commit is contained in:
root 2022-01-23 21:49:01 +01:00
commit 363a876c22
88 changed files with 783 additions and 0 deletions

View file

@ -0,0 +1,16 @@
[Unit]
Description=standardnote web
Documentation=https://github.com/standardnotes/web
After=network.target
[Service]
User=standardnotes
Group=standardnotes
EnvironmentFile=/etc/default/standardnotes-web
WorkingDirectory=/usr/lib/standardnotes/web
ExecStart=/usr/bin/npm run start
Restart=on-failure
RestartSec=60
[Install]
WantedBy=multi-user.target