SHARE
TWEET
Untitled
a guest
Aug 23rd, 2016
57
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
- #/etc/init/gvupstartcontrol.conf
- description "Control all upstart services"
- author "fedora newb"
- start on runlevel [2345]
- script
- sudo start attendance
- end script
- -------------------------------------------------
- #/ect/init/attendance.conf
- description "Fires command to save attendance"
- author "fedora newb"
- script
- exec php /home/vagrant/gv/artisan queue: work --daemon --env=local --memory=-1 --queue=attendance
- end script
RAW Paste Data
