-<pre>
[Unit]
Description=Run Etherpad-lite, the collaborative editor.
After=rsyslog.service network.target
Requires=rsyslog.service network.target
-
+
[Service]
Type=simple
Environment=NODE_ENV=production
RestartSec=5
User=etherpad
Group=etherpad
-
+
[Install]
WantedBy=multi-user.target
-</pre>