From d37ed65f42baa6a46e0f04fa048889a8ad0626a9 Mon Sep 17 00:00:00 2001 From: Jakob Borg Date: Fri, 11 Mar 2016 08:05:46 +0000 Subject: [PATCH] Include syncthing-resume systemd service in Debian package --- build.go | 1 + 1 file changed, 1 insertion(+) diff --git a/build.go b/build.go index f817e182a..c3e44681b 100644 --- a/build.go +++ b/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/syncthing@.service", dst: "deb/lib/systemd/system/syncthing@.service", 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}, }