aur/duplicati.service
Lance a1d01d466d Allow one to add daemon flags for duplicati-bin, duplicati-canary-bin, duplicati-beta-bin (#3)
* Allow one to add daemon flags for duplicati-bin, duplicati-canary-bin, duplicati-beta-bin (#1)

At time of writing, upstream duplicati allows extra flags to be defined in the systemd environment file. Add that change here. "$DAEMON_OPTS".

* Duplicati-*-bin packages, update PKGBUILD and .SRCINFO files (#2) (#3)

Forgot to update the hashes for the earlier file changes for the PKGBUILD and .SRCINFO files on duplicati-bin, duplicati-canary-bin, and duplicati-beta-bin

* Duplicati-*-bin packages, bump pkgrel version because of recent changes (#4)

Bump the pkgrel version number because of recent changes
2025-08-12 20:28:13 -04:00

13 lines
239 B
Desktop File

[Unit]
Description=Duplicati
After=network.target
[Service]
ExecStart=/opt/duplicati/duplicati-server $DAEMON_OPTS
Restart=on-abort
EnvironmentFile=-/etc/default/duplicati
User=duplicati
Group=duplicati
[Install]
WantedBy=default.target