Archived
1
0

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

@ -0,0 +1,11 @@
[Unit]
Description=code-server
After=network.target
[Service]
Type=exec
ExecStart=/usr/bin/code-server
Restart=always
[Install]
WantedBy=default.target