summarylogtreecommitdiffstats
path: root/duplicacy-web@.service
blob: 8503ab9160959f12089895e988d59a1c541abd5a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[Unit]
Description=Duplicacy Web - Cloud Backup with a Web GUI for %I
Documentation=https://duplicacy.com/guide.html
After=network.target

[Service]
User=%i
ExecStart=/usr/bin/duplicacy-web -background -no-tray-icon
Restart=on-failure

# Hardening
ProtectSystem=full
PrivateDevices=true
SystemCallArchitectures=native
MemoryDenyWriteExecute=true
NoNewPrivileges=true

[Install]
WantedBy=multi-user.target