Quantcast
Channel: Server Support Forum
Viewing all articles
Browse latest Browse all 7443

Systemd + Btsync = kein Webinterface

$
0
0
Hallo,

Vorgeschichte:
ich habe ein etwas exotischeres Problem. Ich habe für Btsync ein Servicefile geschrieben. Als Type habe ich idle gewählt, damit Btsync einfach als letzter Service startet, weil er nicht wichtig ist. Ich hatte aber zu Testzwecken auch schon "Type = simple" und "After=network.target".

Jetzt zu meinem konkreten Problem:

Der Service startet zwar ordnungsgemäß und taucht daher auch in der Prozessliste auf, allerdings ist dann das Webinterface per Browser nicht erreichbar. Wenn ich den Service aber manuell per "systemctl start btsync" starte, funktioniert das Webinterface ganz normal.

Vielleicht weiß einer von euch woran es liegt? Ich kann mir jedenfalls keinen Reim darauf machen.

Viele Grüße,

Alderon

Angehängt das Servicefile:

Code:

[Unit]
Description=BTSync

[Service]
User=btsync
Group=btsync
ExecStart=/home/btsync/btsync --config /home/btsync/btsyncserver.conf --nodaemon
Type=idle

[Install]
WantedBy=multi-user.target


Viewing all articles
Browse latest Browse all 7443

Trending Articles