diff options
author | Joey Dumont | 2017-08-31 08:37:16 -0400 |
---|---|---|
committer | Joey Dumont | 2017-08-31 08:37:16 -0400 |
commit | 5132a1faa7c933ef6bdc5c80d0c0c9d541281c17 (patch) | |
tree | b7f7764da96af72ceb2ae900e89fbe2d40af0e58 /duplicati.service | |
parent | e1df0a15c8902bf16787a9ae7d100599495c13bf (diff) | |
download | aur-5132a1faa7c933ef6bdc5c80d0c0c9d541281c17.tar.gz |
Reverted to providing the systemd service for the server.
Diffstat (limited to 'duplicati.service')
-rw-r--r-- | duplicati.service | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/duplicati.service b/duplicati.service new file mode 100644 index 000000000000..5162924708a6 --- /dev/null +++ b/duplicati.service @@ -0,0 +1,10 @@ +[Unit] +Description=Duplicati +After=network.target + +[Service] +ExecStart=/usr/bin/mono /opt/duplicati-latest/Duplicati.Server.exe --webservice-port=8200 +Restart=on-abort + +[Install] +WantedBy=default.target
\ No newline at end of file |