Blob Blame History Raw
[Unit]
Description=PageKite makes localhost servers visible to the world
Documentation=man:pagekite(1) http://www.pagekite.net

[Service]
Type=forking
EnvironmentFile=-/etc/sysconfig/pagekite
PIDFile=/var/run/pagekite.pid
ExecStart=/usr/bin/pagekite --clean --logfile=${PK_LOGFILE} --runas=${PK_UID}:${PK_GID} --pidfile=/var/run/pagekite.pid ${OPTIONS} --daemonize
ExecReload=kill -HUP $MAINPID

[Install]
WantedBy=multi-user.target