Ver código fonte

Include syncthing-resume systemd service in Debian package

Jakob Borg 9 anos atrás
pai
commit
d37ed65f42
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      build.go

+ 1 - 0
build.go

@@ -327,6 +327,7 @@ func buildDeb() {
 		{src: "man/syncthing-security.7", dst: "deb/usr/share/man/man7/syncthing-security.7", perm: 0644},
 		{src: "man/syncthing-versioning.7", dst: "deb/usr/share/man/man7/syncthing-versioning.7", perm: 0644},
 		{src: "etc/linux-systemd/system/[email protected]", dst: "deb/lib/systemd/system/[email protected]", perm: 0644},
+		{src: "etc/linux-systemd/system/syncthing-resume.service", dst: "deb/lib/systemd/system/syncthing-resume.service", perm: 0644},
 		{src: "etc/linux-systemd/user/syncthing.service", dst: "deb/usr/lib/systemd/user/syncthing.service", perm: 0644},
 	}