/etc/systemd/system/etherpad-lite.service
を作成
[Unit] Description=etherpad-lite (real-time collaborative document editing) After=syslog.target network.target [Service] Type=simple User=user Group=user ExecStart=/home/user/etherpad-lite/bin/run.sh [Install] WantedBy=multi-user.target ~
chmod 755 etherpad-lite.service systemctl enable etherpad-lite systemctl start etherpad-lite