This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Keybase proof | |
I hereby claim: | |
* I am jmooo on github. | |
* I am jmooo (https://keybase.io/jmooo) on keybase. | |
* I have a public key ASD7T22_sqiKucdiKH5UM_xM10_H1AzBl-57Uho3kXim-wo | |
To claim this, I am signing this object: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Unit] | |
Description=Dropbox Service | |
After=docker.service network.target | |
[Service] | |
Type=simple | |
User=MY_USERNAME | |
ExecStartPre=-/usr/bin/docker rm dropbox | |
ExecStart=/usr/bin/docker run \ | |
--name=dropbox \ |