1 2 3 4 5 6 7 8 9 10 11 12 13
[Unit] Description=Dropbox After=local-fs.target network.target [Service] ExecStart=/opt/dropbox/dropboxd ExecReload=/bin/kill -HUP $MAINPID KillMode=process Restart=always User=%I [Install] WantedBy=multi-user.target