mirror of
https://github.com/moparisthebest/arch-ppa
synced 2024-12-18 12:42:16 -05:00
11 lines
221 B
Desktop File
11 lines
221 B
Desktop File
[Unit]
|
|
Description=Duplicati per-user service
|
|
After=network.target
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/mono /opt/duplicati-latest/Duplicati.Server.exe --webservice-port=8200
|
|
Restart=on-abort
|
|
|
|
[Install]
|
|
WantedBy=default.target
|