Tagged Questions
3
votes
1answer
180 views
dropboxd hangs at `Connecting…` when started trough systemd on boot
I've got a systemd service file dropbox.service set up as follows:
[Unit]
Description=dropbox
After=local-fs.target network.target
[Service]
User=romeovs
ExecStart=/usr/bin/dropboxd
[Install]
...