[Unit] Description=Watch and deploy user Nginx configs After=network.target nginx.service [Service] Type=simple ExecStart=/usr/local/bin/nginx-user-config-watcher.sh Restart=always RestartSec=5 [Install] WantedBy=multi-user.target