mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 23:23:00 -04:00
This reverts commit 3fa54727e8.
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
18 lines
329 B
Desktop File
18 lines
329 B
Desktop File
[Unit]
|
|
Description=Monero P2P Daemon
|
|
After=network.target
|
|
|
|
[Service]
|
|
User=monero
|
|
Group=monero
|
|
StateDirectory=monero
|
|
LogsDirectory=monero
|
|
Type=simple
|
|
ExecStart=/usr/bin/monerod --config-file /etc/monero/monerod.conf --non-interactive
|
|
Restart=on-failure
|
|
StandardOutput=null
|
|
StandardError=null
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|