summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pk.service2
-rw-r--r--pkctl.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/pk.service b/pk.service
index 126588b..eae1167 100644
--- a/pk.service
+++ b/pk.service
@@ -1,5 +1,5 @@
[Unit]
-Description=Penguin's Kiss TCP server and screen daemon
+Description=Penguin's Kiss Command & Control Software
After=network.target
[Service]
diff --git a/pkctl.py b/pkctl.py
index 5827d18..9b3abc6 100644
--- a/pkctl.py
+++ b/pkctl.py
@@ -5,7 +5,7 @@ import os, sys, signal, socket, threading, time
SOCKET_FILE = "/run/pk/pk.sock"
PID_FILE = "/run/pk/pk.pid"
DAEMON_FILE = "/usr/bin/pkd"
-LOGFILE = "/var/log/pk.log"
+LOG_FILE = "/var/log/pk.log"
KEY_FILE = "/etc/pk/server_key.json"
DAEMON_PORT = 2236
DAEMON_BITS = 4096