mirror of
https://codeberg.org/icewind/evtype.git
synced 2026-06-03 09:34:11 +02:00
improve error reporting
This commit is contained in:
parent
a8575345e4
commit
e87394e20b
2 changed files with 34 additions and 10 deletions
|
|
@ -25,8 +25,9 @@ in {
|
|||
|
||||
serviceConfig = {
|
||||
Restart = "on-failure";
|
||||
RestartSec = 2;
|
||||
ExecStart = "${cfg.package}/bin/evtype_daemon";
|
||||
DynamicUser = true;
|
||||
User = "root";
|
||||
PrivateTmp = true;
|
||||
ProtectSystem = "strict";
|
||||
ProtectHome = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue