Merge pull request #824 from xBelladonna/bugfix/journal-logging
Fix typo in systemd service to disable journal logging
This commit is contained in:
commit
c7d9a757f6
@ -13,8 +13,8 @@ Restart=always
|
|||||||
RestartSec=30
|
RestartSec=30
|
||||||
TasksMax=infinity
|
TasksMax=infinity
|
||||||
LimitNPROC=infinity
|
LimitNPROC=infinity
|
||||||
StandartOutput=null
|
StandardOutput=null
|
||||||
StandartError=null
|
StandardError=null
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
Loading…
x
Reference in New Issue
Block a user