17 lines
356 B
SYSTEMD
17 lines
356 B
SYSTEMD
|
[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
|