I hereby claim:
- I am tongpu on github.
- I am tongpu (https://keybase.io/tongpu) on keybase.
- I have a public key whose fingerprint is 1E96 34C1 837F F412 EB1A D7AB D807 26D9 F4F0 14C4
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
#! /bin/sh | |
### BEGIN INIT INFO | |
# Provides: taskd | |
# Required-Start: $local_fs $remote_fs $network $syslog | |
# Required-Stop: $local_fs $remote_fs $network $syslog | |
# Default-Start: 2 3 4 5 | |
# Default-Stop: 0 1 6 | |
# Short-Description: Starts Taskserver | |
# Description: Starts Taskserver using start-stop-daemon |
#!/usr/bin/env python | |
from email.mime.text import MIMEText | |
import os | |
import re | |
import smtplib | |
mailfrom = '[email protected]' | |
mailto = '[email protected]' | |
mailerr = '[email protected]' |