parent
60ff6e4dc0
commit
b72a62e202
1 changed files with 5 additions and 1 deletions
|
@ -162,7 +162,11 @@ in
|
|||
mkIf (config.environment.arbys.enable) {
|
||||
systemd.targets.arbys = {
|
||||
description = "Create Arbitrary Symlinks";
|
||||
requiredBy = [ "sysinit-reactivation.target" ];
|
||||
after = [ "local-fs.target" ];
|
||||
wantedBy = [
|
||||
"sysinit-reactivation.target"
|
||||
"multi-user.target"
|
||||
];
|
||||
before = [ "sysinit-reactivation.target" ];
|
||||
requires = [
|
||||
"arbys-activate.service"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue