games-board/freedoko: Drop old
[gentoo.git] / net-p2p / datacoin-hp / files / datacoin.service
1 # It's not recommended to modify this file in-place, because it will be
2 # overwritten during package upgrades. If you want to customize, the
3 # best way is to create file
4 # "/etc/systemd/system/datacoind.service.d/*.conf"
5 # containing your changes
6
7 # For example, if you want to change some daemon and/or unit options,
8 # create a file named
9 # "/etc/systemd/system/datacoind.service.d/myopts.conf"
10 # containing:
11 #       [Service]
12 #       Environment="DATACOIN_OPTS=-debug -logtimestamps"
13 #       Nice=10
14 # This will override the setting appearing below.
15
16 # Note that almost all daemon options could be specified in
17 # /etc/primecoin/datacoin.conf
18
19 [Unit]
20 Description=Datacoin Daemon
21 After=network.target
22
23 [Service]
24 User=datacoin
25 Environment=DATACOIN_OPTS=
26 ExecStart=/usr/bin/datacoind -daemon=0 $DATACOIN_OPTS
27 ExecReload=/bin/kill -HUP $MAINPID
28
29 [Install]
30 WantedBy=multi-user.target