* Tue Mar 18 2025 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-9.sme

- update config for Nut 2.8.2 [SME: 12657]
  TODO review master/slave mode
  TODO convert master/slave to primary/secondary
  TODO convert to new config data + migrate
  TODO event and action
This commit is contained in:
2025-05-14 23:06:09 -04:00
parent 30dcc4861f
commit a768594f0f
34 changed files with 292 additions and 108 deletions

View File

@@ -1,14 +0,0 @@
#------------------------------------------------------------
# !!DO NOT MODIFY THIS FILE!!
#
# Manual changes will be lost when this file is regenerated.
#
# Please read the developer's guide, which is available
# at http://www.contribs.org/development/
#
# Copyright (C) 1999-2006 Mitel Networks Corporation
#------------------------------------------------------------
[Service]
ExecStartPre=
ExecStartPre=-/usr/bin/systemd-tmpfiles --create /usr/lib/tmpfiles.d/nut-run.conf

View File

@@ -0,0 +1,4 @@
[Service]
ExecStartPre=/sbin/e-smith/service-status %N
[Install]
WantedBy= sme-server.target

View File

@@ -0,0 +1,4 @@
[Service]
ExecStartPre=/sbin/e-smith/service-status nut-monitor
[Install]
WantedBy=sme-server.target

View File

@@ -0,0 +1,4 @@
[Service]
ExecStartPre=/sbin/e-smith/service-status nut-server
[Install]
WantedBy=sme-server.target