diff --git a/neon-sftp-bridge.service b/neon-sftp-bridge.service index eb0e072..30d5912 100644 --- a/neon-sftp-bridge.service +++ b/neon-sftp-bridge.service @@ -1,17 +1,15 @@ [Unit] Description=Neon SFTP Bridge to racnoss.kde.org -After=sys-devices-virtual-net-docker0.device sys-subsystem-net-devices-docker0.device -BindsTo=sys-devices-virtual-net-docker0.device sys-subsystem-net-devices-docker0.device [Service] WorkingDirectory=/home/neonsftpproxy/data Environment=PORT=9191 # Listen everywhere. Scaled nodes are in a different DO team and thus # don't have access to our private network. Environment=INTERFACE=0.0.0.0 ExecStart=/home/neonsftpproxy/bin/neon-sftp-bridge Restart=always RestartSec=4 [Install] WantedBy=default.target