ysdragon / Pterodactyl-VPS-Egg

Pterodactyl VPS Egg
46 stars 28 forks source link

Add systemd #18

Closed vuthanhtrung2010 closed 4 months ago

vuthanhtrung2010 commented 4 months ago

user@MyVPS:# sudo systemctl enable --now code-server@$USER sudo: unable to resolve host 0380699e-b6e0-4b90-8d61-d98025a5d60f: Name or service not known sudo: unable to send audit message: Operation not permitted Created symlink /etc/systemd/system/default.target.wants/code-server@container.service → /lib/systemd/system/code-server@.service. System has not been booted with systemd as init system (PID 1). Can't operate. Failed to connect to bus: Host is down root@MyVPS:#

ysdragon commented 4 months ago

You can start it by running: service code-server start for example!