diff --git a/plinth/modules/deluge/data/lib/systemd/system/deluged.service.d/freedombox.conf b/plinth/modules/deluge/data/lib/systemd/system/deluged.service.d/freedombox.conf new file mode 100644 index 000000000..749d0d636 --- /dev/null +++ b/plinth/modules/deluge/data/lib/systemd/system/deluged.service.d/freedombox.conf @@ -0,0 +1,3 @@ +# The service depends on users and groups defined in LDAP +[Unit] +After=nslcd.service diff --git a/plinth/modules/mldonkey/data/lib/systemd/system/mldonkey-server.service.d/freedombox.conf b/plinth/modules/mldonkey/data/lib/systemd/system/mldonkey-server.service.d/freedombox.conf index ef27515fa..d0256a633 100644 --- a/plinth/modules/mldonkey/data/lib/systemd/system/mldonkey-server.service.d/freedombox.conf +++ b/plinth/modules/mldonkey/data/lib/systemd/system/mldonkey-server.service.d/freedombox.conf @@ -1,6 +1,6 @@ [Unit] Description=MLDonkey: Multi-protocol, peer-to-peer file sharing server -After=syslog.target network.target +After=syslog.target network.target nslcd.service ConditionPathExists=/var/lib/mldonkey/downloads.ini Documentation=man:mlnet(1) http://mldonkey.sourceforge.net/Main_Page diff --git a/plinth/modules/syncthing/data/lib/systemd/system/syncthing@syncthing.service.d/freedombox.conf b/plinth/modules/syncthing/data/lib/systemd/system/syncthing@syncthing.service.d/freedombox.conf new file mode 100644 index 000000000..749d0d636 --- /dev/null +++ b/plinth/modules/syncthing/data/lib/systemd/system/syncthing@syncthing.service.d/freedombox.conf @@ -0,0 +1,3 @@ +# The service depends on users and groups defined in LDAP +[Unit] +After=nslcd.service diff --git a/plinth/modules/transmission/data/lib/systemd/system/transmission-daemon.service.d/freedombox.conf b/plinth/modules/transmission/data/lib/systemd/system/transmission-daemon.service.d/freedombox.conf new file mode 100644 index 000000000..749d0d636 --- /dev/null +++ b/plinth/modules/transmission/data/lib/systemd/system/transmission-daemon.service.d/freedombox.conf @@ -0,0 +1,3 @@ +# The service depends on users and groups defined in LDAP +[Unit] +After=nslcd.service