Changed pid file location.

This commit is contained in:
jticket1024 2016-10-19 14:16:32 -08:00
parent ca4724f90b
commit 9359e264c1

View File

@ -13,7 +13,7 @@ if not os.path.dirname(os.path.realpath(__main__.__file__)) in sys.path:
import fenrir
from daemonize import Daemonize
pidFile = "/tmp/fenrir.pid"
pidFile = "/run/fenrir.pid"
def main():
app = fenrir.fenrir()