diff options
author | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2019-05-01 17:59:33 +0200 |
---|---|---|
committer | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2019-05-01 17:59:33 +0200 |
commit | d1bffce0242f721a4bd3a61e88aaff6f6fa49248 (patch) | |
tree | 318898c7f8322827442c1fdcfcfbe6b2afcb46f0 /pyapd_config.yaml | |
parent | 030d6818c0f6d2d330414feea6fd28b1b60869e7 (diff) |
Start listening for future commands on a socket.
Diffstat (limited to 'pyapd_config.yaml')
-rw-r--r-- | pyapd_config.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pyapd_config.yaml b/pyapd_config.yaml index 4a485ff..dbfca28 100644 --- a/pyapd_config.yaml +++ b/pyapd_config.yaml @@ -1 +1,3 @@ backend: memory +#ctl_socket: /var/run/pyapd.sock +ctl_socket: ./pyapd.sock |