summarylogtreecommitdiffstats
path: root/etherpad-lite.service
blob: 4732e3086c3c6b95c6bde8c302dd5ff21a800ac5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=Etherpad-Lite server
After=syslog.target network.target

[Service]
Type=simple
User=etherpad
Group=etherpad
WorkingDirectory=/var/lib/etherpad-lite
ExecStart=/usr/share/webapps/etherpad-lite/bin/run.sh
Restart=always

[Install]
WantedBy=multi-user.target