Include syncthing-resume systemd service in Debian package

This commit is contained in:
Jakob Borg 2016-03-11 08:05:46 +00:00 committed by Stefan Tatschner
parent 710ddf7906
commit d37ed65f42
1 changed files with 1 additions and 0 deletions

View File

@ -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},
}