summarylogtreecommitdiffstats
path: root/hostd.service
blob: 81ac7bb7fec74772e32af4ebf218aeb554e1d39d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[Unit]
Description=Sia host daemon
After=network-online.target

[Service]
Type=simple
ExecStart=/usr/bin/hostd -env -openui=false
Restart=always
RestartSec=15

User=hostd
Group=hostd
UMask=007

WorkingDirectory=~

Environment="HOSTD_CONFIG_FILE=/etc/hostd.yml"

[Install]
WantedBy=multi-user.target