summarylogtreecommitdiffstats
path: root/elephantdrive.service
blob: db557d332610129669efbb5b3d292975a8bdfa88 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=ElephantDrive
After=network.target

[Service]
Type=forking
User=root
Group=root
KillMode=control-group
ExecStart=/usr/bin/elephantdrive -D -c /etc
ExecStop=/usr/bin/elephantdrive -K

[Install]
WantedBy=multi-user.target