You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@ychoucha I'm not sure why you'd want both the init script and the systemd service... in any case I'd try the .service file @lpagliari linked and see if that helps.
It might be worth landing an etherpad.service file in the etherpad-lite repo, although that's the sort of thing I'd expect distro packagers to add...
Hello,
well i m using ubuntu 16.04 etherpad works cool, but i have to start it with command line :
sudo /opt/etherpad/etherpad-lite/bin/run.sh --root
so if i close my ssh session etherpad closed.
so now i m looking how start it like a service :
So first i create this files :
sudo nano /etc/systemd/etherpad-lite.service
the second files :
sudo nano /etc/init.d/etherpad-lite
ok so now when i start my etherpad service i have this error :
sudo /etc/init.d/etherpad-lite start [....] Starting etherpad-lite (via systemctl): etherpad-lite.serviceFailed to start etherpad-lite.service: Unit etherpad-lite.service not found. failed!
can u please tell me what is wrong ?
thanks
The text was updated successfully, but these errors were encountered: