auto_push_notes.service
[Unit]
Description=Watch, Push and Deploy.
After=network.target
[Service]
ExecStartPre=/bin/logger ">>> auto_push_notes.service starting"
ExecStart=/bin/bash /<user>/auto_push_notes.bash
User=root
Group=root
Restart=always
WorkingDirectory=/tmp
[Install]
WantedBy=multi-user.target