Search found 2 matches

by DominicBlade
Tue Mar 25, 2014 4:31 pm
Forum: Web Interface
Topic: TRANSMISSION_WEB_HOME
Replies: 1
Views: 7692

Re: TRANSMISSION_WEB_HOME

i've found. Install script on 13.10 create /etc/init transmission-daemon.conf and /etc/init.d/transmission-daemon fully ignored
start on (filesystem and net-device-up IFACE=lo)
stop on runlevel [!2345]

# give time to send info to trackers
kill timeout 30

setuid debian-transmission
setgid debian ...
by DominicBlade
Tue Mar 25, 2014 10:57 am
Forum: Web Interface
Topic: TRANSMISSION_WEB_HOME
Replies: 1
Views: 7692

TRANSMISSION_WEB_HOME

Using Transmission 2.82 on ubuntu 13.10 server.

I'm trying to set TRANSMISSION_WEB_HOME at init sctipt

#!/bin/sh -e

### BEGIN INIT INFO

# Provides: transmission-daemon

# Required-Start: $local_fs $remote_fs $network

# Required-Stop: $local_fs $remote_fs $network

# Default-Start: 2 3 4 5 ...