forked from networkupstools/nut
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request networkupstools#2739 from jimklimov/issue-694
Add support for STATEPATH via ups.conf
- Loading branch information
Showing
15 changed files
with
136 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5544,6 +5544,7 @@ AC_CONFIG_FILES([ | |
scripts/python/module/setup.py | ||
scripts/upsdrvsvcctl/Makefile | ||
scripts/systemd/Makefile | ||
scripts/systemd/nut.target | ||
scripts/systemd/nut-common-tmpfiles.conf | ||
scripts/systemd/[email protected] | ||
scripts/systemd/nut-monitor.service | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
# Note: nut-common-tmpfiles.conf.in is also generated, by configure script | ||
/nut-common-tmpfiles.conf.in | ||
/nut-common-tmpfiles.conf | ||
/nut.target | ||
/nut-driver.service | ||
/[email protected] | ||
/nut-monitor.service | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,7 @@ endif !WITH_LIBSYSTEMD_INHIBITOR | |
systemdtmpfiles_DATA = \ | ||
nut-common-tmpfiles.conf | ||
|
||
EXTRA_DIST += nut-driver.target nut.target nut-sleep.service | ||
EXTRA_DIST += nut-driver.target nut-sleep.service | ||
|
||
systemdshutdown_SCRIPTS = nutshutdown | ||
|
||
|
@@ -35,7 +35,7 @@ sbin_SCRIPTS = ../upsdrvsvcctl/upsdrvsvcctl | |
else !HAVE_SYSTEMD | ||
EXTRA_DIST += \ | ||
[email protected] nut-monitor.service.in nut-sleep.service \ | ||
nut-server.service.in nutshutdown.in nut-driver.target nut.target \ | ||
nut-server.service.in nutshutdown.in nut-driver.target nut.target.in \ | ||
nut-driver-enumerator.path.in nut-driver-enumerator.service.in \ | ||
nut-driver-enumerator-daemon-activator.path.in \ | ||
nut-driver-enumerator-daemon-activator.service.in \ | ||
|
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters