comment out xdg ref and profile

This commit is contained in:
2022-10-03 02:24:49 +02:00
parent 310d31e98d
commit 18af7036bb
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ After=network.target
[Service]
Environment=PYTHONUNBUFFERED=1
TimeoutStartSec=30
ExecStartPre=/bin/sh -c 'source /etc/profile'
#ExecStartPre=/bin/sh -c 'source /etc/profile'
ExecStart=/usr/bin/controldeck
Restart=on-failure
RestartSec=4