···324324 scriptArgs = mkOption {
325325 type = types.str;
326326 default = "";
327327- description = lib.mdDoc "Arguments passed to the main process script.";
327327+ example = "%i";
328328+ description = lib.mdDoc ''
329329+ Arguments passed to the main process script.
330330+ Can contain specifiers (`%` placeholders expanded by systemd, see {manpage}`systemd.unit(5)`).
331331+ '';
328332 };
329333330334 preStart = mkOption {