Skip to content

Commit d17111c

Browse files
committed
Fix path of systemd system service in nfpm
1 parent 882a2bf commit d17111c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/build/nfpm.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ homepage: "https://github.com/cdr/code-server"
1212
license: "MIT"
1313
files:
1414
./ci/build/code-server-nfpm.sh: /usr/bin/code-server
15-
./ci/build/code-server.service: /usr/lib/systemd/system/code-server.service
15+
./ci/build/code-server@.service: /usr/lib/systemd/system/code-server@.service
1616
# Only included for backwards compat with previous releases that shipped
1717
# the user service. See #1997
1818
./ci/build/code-server-user.service: /usr/lib/systemd/user/code-server.service

0 commit comments

Comments
 (0)