mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-07-16 02:22:52 +01:00
@@ -1,6 +1,7 @@
|
||||
inputs@{
|
||||
config,
|
||||
lib,
|
||||
systemdUtils,
|
||||
nixpkgs,
|
||||
pkgs,
|
||||
writeShellScriptBin,
|
||||
@@ -99,6 +100,14 @@ in
|
||||
Environment file as defined in {manpage}`systemd.exec(5)`
|
||||
'';
|
||||
};
|
||||
|
||||
wants = lib.mkOption {
|
||||
type = lib.types.listOf systemdUtils.lib.unitNameType;
|
||||
default = [];
|
||||
description = ''
|
||||
Start the specified units when this unit is started.
|
||||
'';
|
||||
}
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user