salt/states/roles/maintain/laradev/git_branches.service

10 lines
193 B
Desktop File

[Unit]
Description=Fetches all branches for specific projects
[Service]
Type=oneshot
RemainAfterExit=no
ExecStart=/bin/bash /root/scripts/git_branches.sh
[Install]
WantedBy=multi-user.target