MyNixOS website logo
option

systemd.services.<name>.serviceConfig

Each attribute in this set specifies an option in the [Service] section of the unit. See systemd.service(5) for details.

Declarations
Type
attribute set of (systemd option)
Default
{ }
Example
{
  RestartSec = 5;
}