summarylogtreecommitdiffstats
path: root/rucio-system.service
blob: e361cf6b6f739ff89819bff5a408b0e1a22b441a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[Unit]
Description=Decentralized peer-to-peer file sharing over libp2p, with eMule/Kad2 compatibility
Documentation=https://github.com/ogarcia/rucio/blob/master/README.md
Wants=network-online.target
After=network-online.target

[Service]
Type=simple
DynamicUser=yes
StateDirectory=rucio
Environment=HOME=/var/lib/rucio
WorkingDirectory=/var/lib/rucio
ExecStart=/usr/bin/ruciod

[Install]
WantedBy=multi-user.target