Skip to content

Commit

Permalink
install the service unit file instead of symlinking. (#727)
Browse files Browse the repository at this point in the history
  • Loading branch information
scareything committed Sep 12, 2023
1 parent bc67f0e commit 97766f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion programs/ziti-edge-tunnel/package/deb/postinst.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ln -sf @CPACK_BIN_DIR@/@CPACK_PACKAGE_NAME@ /usr/bin/@CPACK_PACKAGE_NAME@
ln -sf @CPACK_SHARE_DIR@/@SYSTEMD_UNIT_FILE_NAME@ @SYSTEMD_UNIT_DIR@/@SYSTEMD_UNIT_FILE_NAME@
install -m 644 @CPACK_SHARE_DIR@/@SYSTEMD_UNIT_FILE_NAME@ @SYSTEMD_UNIT_DIR@/@SYSTEMD_UNIT_FILE_NAME@

# Source debconf library.
. /usr/share/debconf/confmodule
Expand Down

0 comments on commit 97766f6

Please sign in to comment.