diff options
| author | Martin Stensgård <mastensg@mastensg.net> | 2025-07-22 23:22:32 +0200 |
|---|---|---|
| committer | Martin Stensgård <mastensg@mastensg.net> | 2025-07-22 23:22:32 +0200 |
| commit | 48291fc94662b937594a3b7f3838b5844a186446 (patch) | |
| tree | 24c622ade1c5772852ef02aac7b143a38065cf1f /systemd/opplysning-forfrisk.timer | |
| parent | dda888e121d95e36b5740cceb5217fd5ff5afdc7 (diff) | |
systemd: add services and timer
Diffstat (limited to 'systemd/opplysning-forfrisk.timer')
| -rw-r--r-- | systemd/opplysning-forfrisk.timer | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/systemd/opplysning-forfrisk.timer b/systemd/opplysning-forfrisk.timer new file mode 100644 index 0000000..ba4000e --- /dev/null +++ b/systemd/opplysning-forfrisk.timer @@ -0,0 +1,9 @@ +[Unit] +Description=Forfrisk opplysninger ved oppstart, og hvert femte minutt + +[Timer] +OnBootSec=1min +OnUnitActiveSec=5min + +[Install] +WantedBy=timers.target |
