Archived
1
0

Add systemd user service to .deb and .rpm

This commit is contained in:
Anmol Sethi
2020-05-10 02:58:34 -04:00
parent d288131a33
commit 28edf4af2e
3 changed files with 14 additions and 0 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=multi-user.target