hasufell-repository/packages/net-misc/dropbox/files/systemd/dropbox@.service

14 lines
220 B
Desktop File

[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