systemd files from apk7-ubuntu

This commit is contained in:
2018-10-25 03:37:13 -03:00
parent af9bf9ff8d
commit ee987e663f
23 changed files with 2870 additions and 1 deletions

13
systemd/dropbox@.service Normal file
View File

@@ -0,0 +1,13 @@
[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