blob: 632c425a6d40ae03d43fa17b86bdc3e5bd0809c2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
[Unit]
Description=Decentralized peer-to-peer file sharing - bootstrap node
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-bootstrap
Environment=RUCIO_BOOTSTRAP_API_LISTEN=127.0.0.1:3003
Environment=RUCIO_BOOTSTRAP_IDENTITY=/var/lib/rucio-bootstrap/identity.key
Environment=RUCIO_BOOTSTRAP_INDEX_DB=/var/lib/rucio-bootstrap/index.db
ExecStart=/usr/bin/rucio-bootstrap
[Install]
WantedBy=multi-user.target
|