summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoey Dumont2017-10-22 09:16:54 -0400
committerJoey Dumont2017-10-22 09:16:54 -0400
commit4d62362afc1760401a74a5f114941585d4f0c0b4 (patch)
treeb86e1c86c075330ba73ebe0d3e08af2c6309da06
parentc7f9aa712b88bdc6f5ac61bcac352bf5ab81e959 (diff)
downloadaur-4d62362afc1760401a74a5f114941585d4f0c0b4.tar.gz
duplicati.service should run as duplicati user now.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
-rw-r--r--duplicati.service2
3 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 76367e259036..02b7fab30fb9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Thu Oct 19 16:20:31 UTC 2017
+# Sun Oct 22 13:16:43 UTC 2017
pkgbase = duplicati-latest
pkgdesc = A free backup client that securely stores encrypted, incremental, compressed backups on cloud storage services and remote file servers
pkgver = 2.0.2.10
- pkgrel = 1
+ pkgrel = 2
url = http://duplicati.com
install = duplicati.install
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 41fd6f6dc1c1..453a28dc2dfd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=duplicati-latest
pkgver=2.0.2.10
-pkgrel=1
+pkgrel=2
_date=2017-10-11
_branch=canary
pkgdesc='A free backup client that securely stores encrypted, incremental, compressed backups on cloud storage services and remote file servers'
diff --git a/duplicati.service b/duplicati.service
index 5162924708a6..9fe9f9994281 100644
--- a/duplicati.service
+++ b/duplicati.service
@@ -5,6 +5,8 @@ After=network.target
[Service]
ExecStart=/usr/bin/mono /opt/duplicati-latest/Duplicati.Server.exe --webservice-port=8200
Restart=on-abort
+User=duplicati
+Group=duplicati
[Install]
WantedBy=default.target \ No newline at end of file