mirror of https://git.tuxpa.in/a/code-server.git
Fix path of systemd system service in nfpm
This commit is contained in:
parent
882a2bfd5a
commit
de41646fc4
|
@ -12,7 +12,7 @@ homepage: "https://github.com/cdr/code-server"
|
||||||
license: "MIT"
|
license: "MIT"
|
||||||
files:
|
files:
|
||||||
./ci/build/code-server-nfpm.sh: /usr/bin/code-server
|
./ci/build/code-server-nfpm.sh: /usr/bin/code-server
|
||||||
./ci/build/code-server.service: /usr/lib/systemd/system/code-server.service
|
./ci/build/code-server@.service: /usr/lib/systemd/system/code-server@.service
|
||||||
# Only included for backwards compat with previous releases that shipped
|
# Only included for backwards compat with previous releases that shipped
|
||||||
# the user service. See #1997
|
# the user service. See #1997
|
||||||
./ci/build/code-server-user.service: /usr/lib/systemd/user/code-server.service
|
./ci/build/code-server-user.service: /usr/lib/systemd/user/code-server.service
|
||||||
|
|
Loading…
Reference in New Issue