no more mail serive
This commit is contained in:
parent
0dab6feecb
commit
b011c02547
|
@ -15,6 +15,5 @@
|
||||||
./update
|
./update
|
||||||
./polkit
|
./polkit
|
||||||
./ssh
|
./ssh
|
||||||
./mail
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,25 +0,0 @@
|
||||||
{...}:
|
|
||||||
|
|
||||||
{
|
|
||||||
systemd.services.mw-service = {
|
|
||||||
after = [ "network.target" ];
|
|
||||||
serviceConfig = {
|
|
||||||
User = "joy";
|
|
||||||
ExecStart = "/run/current-system/sw/bin/mw -Y";
|
|
||||||
Environment = "PATH=/run/current-system/sw/bin:/usr/bin:/bin"; # Ensure all required paths are included
|
|
||||||
};
|
|
||||||
wantedBy = [ "multi-user.target" ];
|
|
||||||
};
|
|
||||||
systemd.timers.mw-service-timer = {
|
|
||||||
timerConfig = {
|
|
||||||
OnBootSec = "5sec";
|
|
||||||
OnUnitActiveSec = "10sec";
|
|
||||||
AccuracySec = "1sec";
|
|
||||||
};
|
|
||||||
unitConfig = {
|
|
||||||
Wants = [ "mw-service.service" ];
|
|
||||||
After = [ "mw-service.service" ];
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in a new issue