via

Simple pubsub server inspired by https://patchbay.pub/
git clone https://git.ce9e.org/via.git

commit
55147878c6fcd3a3977e959baf1382b2af004ba5
parent
a5fbfe0af41430e80dc6c6dcb73ba70279758e06
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2021-09-09 11:04
service: make verbose

Diffstat

M via.service 2 +-

1 files changed, 1 insertions, 1 deletions


diff --git a/via.service b/via.service

@@ -4,7 +4,7 @@ After=network.target
    4     4 
    5     5 [Service]
    6     6 Type=simple
    7    -1 ExecStart=/usr/bin/via -d /var/via 8001
   -1     7 ExecStart=/usr/bin/via -v -d /var/via 8001
    8     8 Restart=always
    9     9 User=via
   10    10 ProtectSystem=full