mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
Merge pull request #811 from dadav/fix/disable_journal_logging
Disable logging to journald
This commit is contained in:
@ -13,6 +13,8 @@ Restart=always
|
|||||||
RestartSec=30
|
RestartSec=30
|
||||||
TasksMax=infinity
|
TasksMax=infinity
|
||||||
LimitNPROC=infinity
|
LimitNPROC=infinity
|
||||||
|
StandartOutput=null
|
||||||
|
StandartError=null
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
Reference in New Issue
Block a user