mirror of
https://github.com/coder/code-server.git
synced 2026-04-13 02:47:19 -05:00
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