Fix path of systemd system service in nfpm
This commit is contained in:
12
ci/build/code-server@.service
Normal file
12
ci/build/code-server@.service
Normal 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
|
Reference in New Issue
Block a user