diff --git a/templates/etc/systemd/system/etherpad-lite.service.j2 b/templates/etc/systemd/system/etherpad-lite.service.j2 index 6180046..bb79e90 100644 --- a/templates/etc/systemd/system/etherpad-lite.service.j2 +++ b/templates/etc/systemd/system/etherpad-lite.service.j2 @@ -11,6 +11,7 @@ ExecStart={{ etherpad_path }}/bin/run.sh Environment=PATH={{ etherpad_environment_path }} Environment=NODE_ENV={{ etherpad_node_environment }} Restart=always +SyslogIdentifier=etherpad [Install] WantedBy=multi-user.target