Commit 4e8c5fc3 by vuj

v0.1.4 startscript kill

1 parent 4fe76bd1
Showing with 3 additions and 0 deletions
2018-01-16 v0.1.4 startscript kill
2018-01-16 v0.1.3 USER/DOMAIN/ALIAS select statement
2018-01-16 v0.1.2 BCC select statement
2018-01-16 v0.1.1 kleine fixes README BCC/ALIAS Dropdown
......
#!/bin/bash
ps -ax --sort=start_time |egrep -i srvcnf.py |egrep -v grep| awk '{print $1}'|tac|xargs kill
exec /usr/bin/python3 /var/www/srvcnf2/web/srvcnf.py
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!