Gapadriel/etherpad-service

Aus Stratum 0
< Gapadriel
Version vom 20:54, 19. Apr. 2018 von Daniel Bohrer (Diskussion | Beiträge)
(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)
Wechseln zu:Navigation, Suche

[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 ExecStart=/var/lib/etherpad/etherpad-lite/bin/run.sh WorkingDirectory=/var/lib/etherpad/etherpad-lite/ Restart=always RestartSec=5 User=etherpad Group=etherpad

[Install] WantedBy=multi-user.target