mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
Merge pull request #2425
df322ddd
utils: systemd: dir for pidfile with permissions (redfish)
This commit is contained in:
commit
4c58b7edb8
1 changed files with 3 additions and 2 deletions
|
@ -6,12 +6,13 @@ After=network.target
|
|||
User=monero
|
||||
Group=monero
|
||||
WorkingDirectory=~
|
||||
RuntimeDirectory=monero
|
||||
|
||||
Type=forking
|
||||
PIDFile=/var/run/monerod.pid
|
||||
PIDFile=/run/monero/monerod.pid
|
||||
|
||||
ExecStart=/usr/bin/monerod --config-file /etc/monerod.conf \
|
||||
--detach --pidfile /var/run/monerod.pid
|
||||
--detach --pidfile /run/monero/monerod.pid
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
|
Loading…
Reference in a new issue