1
0
Fork 0

Remove unused file

This commit is contained in:
Malte Brandy 2020-05-16 15:57:24 +02:00
parent 7ab44e01bb
commit 9a01969199
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9

View file

@ -1,12 +0,0 @@
{ pkgs, ... }: {
systemd.user.services.kassandra = {
Unit = { Description = "Kassandra Server"; };
Service = {
WorkingDirectory = "/var/www/kassandra";
ExecStart = "/var/www/kassandra/backend -b '::1' ";
Restart = "always";
Environment = "PATH=${pkgs.coreutils}/bin/:${pkgs.taskwarrior}/bin";
};
Install = { WantedBy = [ "default.target" ]; };
};
}