summaryrefslogtreecommitdiffstats
path: root/3modules
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2015-10-07 15:21:24 +0200
committermakefu <github@syntax-fehler.de>2015-10-07 15:21:24 +0200
commitea141658ab96f99f7baf2bf1633025f553ec06d3 (patch)
tree3407fca790b8e8a2f8b32a11a0321fee0167a78d /3modules
parent7ec9644fe9e9f2526c70afe0010c162cb4e23091 (diff)
makefu 3 tinc_graphs: actually start the timer
Diffstat (limited to '3modules')
-rw-r--r--3modules/tinc_graphs.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/3modules/tinc_graphs.nix b/3modules/tinc_graphs.nix
index 06b3f6263..62d607527 100644
--- a/3modules/tinc_graphs.nix
+++ b/3modules/tinc_graphs.nix
@@ -64,13 +64,11 @@ let
environment.systemPackages = [ pkgs.tinc_graphs];
systemd.timers.tinc_graphs = {
description = "Build Tinc Graphs via via timer";
-
+ wantedBy = [ "timers.target"];
timerConfig = cfg.timerConfig;
};
systemd.services.tinc_graphs = {
description = "Build Tinc Graphs";
- wantedBy = [ "multi-user.target" ];
- after = [ "network.target" ];
environment = {
EXTERNAL_FOLDER = external_dir;
INTERNAL_FOLDER = internal_dir;
[cgit] Unable to lock slot /tmp/cgit/8a000000.lock: No such file or directory (2)