mirror of
https://git.adityakumar.xyz/monitor.git/
synced 2024-11-09 12:09:44 +00:00
remove systemd service
This commit is contained in:
parent
fde7ce49be
commit
1ae4746b0b
1 changed files with 0 additions and 12 deletions
12
flake.nix
12
flake.nix
|
@ -29,18 +29,6 @@
|
|||
buildInputs = buildInputs;
|
||||
shellHook = "";
|
||||
};
|
||||
|
||||
systemd.services.monitor = {
|
||||
enable = true;
|
||||
description = "Monitor website uptime";
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
unitConfig = {
|
||||
Type = "sinmple";
|
||||
};
|
||||
serviceConfig = {
|
||||
execStart = "${self.monitor}";
|
||||
};
|
||||
};
|
||||
packages.default = monitor;
|
||||
}
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue