CT Duplicati & Jellyfin: Fixes for upgrade to Debian 13
- Duplicati: Fixed curl commands and migrated install to deb package - Jellyfin: Install failed due to 'missing' libjemalloc, this will now be installed earlier in the process
This commit is contained in:
@@ -2,3 +2,4 @@
|
||||
|
||||
# Additional options that are passed to the Daemon.
|
||||
DAEMON_OPTS="--webservice-interface=any --accept-any-ssl-certificate"
|
||||
USAGEREPORTER_Duplicati_LEVEL=none
|
||||
|
||||
@@ -1,13 +0,0 @@
|
||||
[Unit]
|
||||
Description=Duplicati web-server
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
Nice=19
|
||||
IOSchedulingClass=idle
|
||||
EnvironmentFile=-/etc/default/duplicati
|
||||
ExecStart=/usr/bin/mono /opt/duplicati/Duplicati.Server.exe $DAEMON_OPTS
|
||||
Restart=always
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Reference in New Issue
Block a user