summarylogtreecommitdiffstats
path: root/stackedit.service
blob: b6cc8c8928d9226db27052f7b5fd4713866aabff (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=Stackedit in-browser markdown editor

[Service]
Type=forking
User=stackedit
WorkingDirectory=/var/lib/stackedit/
ExecStart=/usr/bin/node /var/lib/stackedit/server.js

[Install]
WantedBy=multi-user.target