We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11e47d7 commit 0365115Copy full SHA for 0365115
3 files changed
sysdweb/__init__.py
@@ -6,7 +6,7 @@
6
# Distributed under terms of the GNU GPLv3 license.
7
8
NAME = 'sysdweb'
9
-VERSION = '1.3.0'
+VERSION = '1.3.1'
10
AUTHOR_NAME = 'Óscar García Amor'
11
AUTHOR_EMAIL = 'ogarcia@connectical.com'
12
DESCRIPTION = 'Control systemd services through Web or REST API'
systemd/sysdweb-system.service
@@ -5,6 +5,7 @@ After=network.target
5
Requires=dbus.socket
[Service]
+Environment=PYTHONUNBUFFERED=TRUE
ExecStart=/usr/bin/sysdweb
Restart=on-failure
systemd/sysdweb-user.service
0 commit comments