14 lines
199 B
Desktop File
14 lines
199 B
Desktop File
[Unit]
|
|
Description=Dropbox Daemon
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=%i
|
|
ExecStart=/usr/bin/dropbox
|
|
ExecStop=/bin/kill -HUP $MAINPID
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|