mirror of
https://github.com/monero-project/monero.git
synced 2026-07-28 14:47:15 -07:00
21 lines
342 B
Desktop File
21 lines
342 B
Desktop File
[Unit]
|
|
Description=Monero Daemon
|
|
After=network-online.target
|
|
Wants=network-online.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/local/bin/monerod --config-file /etc/monero/monerod.conf --non-interactive
|
|
|
|
Restart=always
|
|
RestartSec=30
|
|
|
|
User=monero
|
|
Group=monero
|
|
|
|
StandardOutput=journal
|
|
StandardError=journal
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|