[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