mirror of
https://github.com/moparisthebest/arch-ppa
synced 2024-12-18 20:52:15 -05:00
11 lines
221 B
SYSTEMD
11 lines
221 B
SYSTEMD
|
[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
|