Skip to content

Commit 3575d3b

Browse files
committed
add systemctl reload cmd
Signed-off-by: Ashima-Ashima1 <[email protected]>
1 parent c081025 commit 3575d3b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.secrets.baseline

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"files": "go.sum|^.secrets.baseline$",
44
"lines": null
55
},
6-
"generated_at": "2025-05-07T06:35:25Z",
6+
"generated_at": "2025-05-15T13:16:44Z",
77
"plugins_used": [
88
{
99
"name": "AWSKeyDetector"

cos-csi-mounter/install/postinst.sh

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
#!/bin/bash
22
set -e
33

4+
# Reload systemd unit files
5+
systemctl daemon-reload || true
6+
47
# Once package is installed this script will called to enable the service
58
systemctl enable cos-csi-mounter.service
69
systemctl start cos-csi-mounter.service

0 commit comments

Comments
 (0)