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

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

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

[Install]
WantedBy=default.target