Gapadriel/etherpad-service: Unterschied zwischen den Versionen
Aus Stratum 0
(systemd unit file für etherpad) |
K (Daniel Bohrer verschob die Seite Gapadriel/etherpad.service nach Gapadriel/etherpad-service: "invalid file type" mit ?action=raw -.-) |
(kein Unterschied)
|
Version vom 21. Mai 2015, 22:53 Uhr
[Unit] Description=Run Etherpad-lite, the collaborative editor. After=rsyslog.service network.target Requires=rsyslog.service network.target
[Service] Type=simple ExecStart=/var/lib/etherpad/etherpad-lite/bin/run.sh WorkingDirectory=/var/lib/etherpad/etherpad-lite/ User=etherpad Group=etherpad
[Install] WantedBy=multi-user.target