summarylogtreecommitdiffstats
path: root/duplicacy-web@.service
diff options
context:
space:
mode:
authorEric Langlois2020-04-05 14:12:03 -0400
committerEric Langlois2020-04-05 14:12:03 -0400
commitb7bd9951fe81194ada29db49dfa050e2f3bcda32 (patch)
tree95b9cea510856efcaf10ec372870476d5341b170 /duplicacy-web@.service
parentd0705293f996f50ddc36b63cf9af71f3d2930936 (diff)
downloadaur-b7bd9951fe81194ada29db49dfa050e2f3bcda32.tar.gz
Services start duplicacy-web in background mode
Diffstat (limited to 'duplicacy-web@.service')
-rw-r--r--duplicacy-web@.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/duplicacy-web@.service b/duplicacy-web@.service
index bb66fb77cf77..8503ab916095 100644
--- a/duplicacy-web@.service
+++ b/duplicacy-web@.service
@@ -5,7 +5,7 @@ After=network.target
[Service]
User=%i
-ExecStart=/usr/bin/duplicacy-web
+ExecStart=/usr/bin/duplicacy-web -background -no-tray-icon
Restart=on-failure
# Hardening