aboutsummaryrefslogtreecommitdiff
path: root/utils/systemd/monerod.service
blob: b6b6b6ce67bd869d192e476e4337069dc08d5d51 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[Unit]
Description=Monero Full Node
After=network.target

[Service]
User=monero
Group=monero
WorkingDirectory=~
RuntimeDirectory=monero

Type=forking
PIDFile=/run/monero/monerod.pid

ExecStart=/usr/bin/monerod --config-file /etc/monerod.conf \
    --detach --pidfile /run/monero/monerod.pid

Restart=always
PrivateTmp=true

[Install]
WantedBy=multi-user.target