Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [Unit]
- Description=Majordomo cycles
- Requires=network.target mysql.service apache2.service
- After=dhcpcd.service mysql.service apache2.service
- [Service]
- Type=simple
- User=www-data
- Group=www-data
- ExecStart=/usr/bin/php /var/www/cycle.php
- ExecStop=/usr/bin/pkill -f cycle_*
- KillSignal=SIGKILL
- KillMode=control-group
- RestartSec=1min
- Restart=on-failure
- [Install]
- WantedBy=multi-user.target
Advertisement
Add Comment
Please, Sign In to add comment