Skip to content

Commit

Permalink
debian/service: Start after remote-fs.target
Browse files Browse the repository at this point in the history
It does not make any sense to run before that target. If there's no
remote filesystem, the target will be reached anyways and if the
dir_to_watch is a remote filesystem, the service should be started after
dir_to_watch is available.
  • Loading branch information
tdgroot committed May 22, 2024
1 parent e3ad25e commit a9e4114
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions debian/nginx-config-reloader.service
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[Unit]
Description=Daemon that detects, checks and installs user provided nginx configuration files
After=remote-fs.target

[Service]
ExecStart=/usr/bin/nginx_config_reloader --monitor
Expand Down

0 comments on commit a9e4114

Please sign in to comment.