diff options
author | Simon Rettberg | 2024-04-30 14:35:50 +0200 |
---|---|---|
committer | Simon Rettberg | 2024-04-30 14:35:50 +0200 |
commit | 5771141861933d92c8cd001ce3bc7861bf66aa29 (patch) | |
tree | 8f66c37e05151b720586a36fc34aa82373294a9f /satellit_installer/static_files/system-updates/etc/apt/apt.conf.d/80java-restart | |
parent | [SS?S] Split static_files/system into base and updates (diff) | |
download | setup-scripts-5771141861933d92c8cd001ce3bc7861bf66aa29.tar.gz setup-scripts-5771141861933d92c8cd001ce3bc7861bf66aa29.tar.xz setup-scripts-5771141861933d92c8cd001ce3bc7861bf66aa29.zip |
[SS?S] Add dpkg hook to restart java services on update
Diffstat (limited to 'satellit_installer/static_files/system-updates/etc/apt/apt.conf.d/80java-restart')
-rw-r--r-- | satellit_installer/static_files/system-updates/etc/apt/apt.conf.d/80java-restart | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/satellit_installer/static_files/system-updates/etc/apt/apt.conf.d/80java-restart b/satellit_installer/static_files/system-updates/etc/apt/apt.conf.d/80java-restart new file mode 100644 index 0000000..bf50988 --- /dev/null +++ b/satellit_installer/static_files/system-updates/etc/apt/apt.conf.d/80java-restart @@ -0,0 +1 @@ +DPkg::Post-Invoke { "/opt/openslx/dpkg-post.sh"; }; |