Start rclone.service
automatically
This commit is contained in:
parent
c5cb29aa59
commit
4fd042e2bf
1 changed files with 6 additions and 0 deletions
|
@ -425,6 +425,12 @@ in {
|
||||||
in
|
in
|
||||||
(lib.getExe script);
|
(lib.getExe script);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Install = {
|
||||||
|
WantedBy = [
|
||||||
|
"default.target"
|
||||||
|
];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
} // (
|
} // (
|
||||||
lib.attrsets.concatMapAttrs
|
lib.attrsets.concatMapAttrs
|
||||||
|
|
Loading…
Reference in a new issue