mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 02:22:13 +08:00
16 lines
233 B
Desktop File
16 lines
233 B
Desktop File
[Unit]
|
|
Description=Dropbox
|
|
After=local-fs.target network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/bin/dropboxd
|
|
ExecReload=/bin/kill -HUP $MAINPID
|
|
KillMode=process
|
|
Restart=on-failure
|
|
User=%I
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|