4 lines
94 B
Bash
4 lines
94 B
Bash
#!/bin/bash
|
|
cron -l 8 &
|
|
su - www-data -s /usr/local/bin/libnotices.py
|
|
apache2ctl -D FOREGROUND |