Archived
1
0

Fix path of systemd system service in nfpm

This commit is contained in:
Anmol Sethi
2020-08-31 05:00:40 -04:00
parent 882a2bfd5a
commit de41646fc4
2 changed files with 1 additions and 1 deletions

View File

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