Bundle systemd system unit

systemd's user units are buggy on certain versions
and do not linger by default.

Closes #1771
Closes #1673
Closes #1882
Closes #1861
This commit is contained in:
Anmol Sethi
2020-07-22 15:58:51 -04:00
parent 864a9e7bd6
commit 255fa37e1d
6 changed files with 24 additions and 9 deletions

View File

@@ -84,7 +84,7 @@ echo_systemd_postinstall() {
echoh
cath << EOF
To have systemd start code-server now and restart on boot:
systemctl --user enable --now code-server
sudo systemctl enable --now code-server@$USER
Or, if you don't want/need a background service you can run:
code-server
EOF