From f6b91c5f13a0c1ee3bb0352e04408eddd10909f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=F0=9D=93=99=F0=9D=93=BE=F0=9D=93=B5=F0=9D=93=B2?= =?UTF-8?q?=F0=9D=93=B8?= Date: Mon, 27 Jan 2025 01:08:09 +0100 Subject: [PATCH] Add inotify/nginx-change-monitor.service --- inotify/nginx-change-monitor.service | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 inotify/nginx-change-monitor.service diff --git a/inotify/nginx-change-monitor.service b/inotify/nginx-change-monitor.service new file mode 100644 index 0000000..98fc573 --- /dev/null +++ b/inotify/nginx-change-monitor.service @@ -0,0 +1,12 @@ +[Unit] +Description=Nginx Change Monitor +After=network.target + +[Service] +ExecStart=/opt/nginx_change_monitor.sh +Restart=always +User=root +Group=root + +[Install] +WantedBy=multi-user.target \ No newline at end of file