Restart mautrix-telegram daily
This commit is contained in:
parent
b15fc41005
commit
74cc42e41b
@ -112,8 +112,11 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
systemd.services.mautrix-telegram.serviceConfig.DynamicUser =
|
systemd.services.mautrix-telegram.serviceConfig = {
|
||||||
lib.mkForce false;
|
DynamicUser = lib.mkForce false;
|
||||||
|
Restart = "always";
|
||||||
|
RuntimeMaxSec = "1d";
|
||||||
|
};
|
||||||
|
|
||||||
systemd.services.mautrix-telegram.serviceConfig.User = "mautrix-telegram";
|
systemd.services.mautrix-telegram.serviceConfig.User = "mautrix-telegram";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user