26 lines
881 B
Diff
26 lines
881 B
Diff
From 3603fabe1d3b9c450a68d5ec813bef4ea6e97b76 Mon Sep 17 00:00:00 2001
|
|
From: Alexander Miroshnichenko <a.miroshnichenko@rbk.money>
|
|
Date: Mon, 21 Feb 2022 19:25:32 +0300
|
|
Subject: [PATCH] Fix systemd systemctl path
|
|
Content-Type: text/plain; charset="utf-8"
|
|
Content-Transfer-Encoding: 8bit
|
|
|
|
Signed-off-by: Alexander Miroshnichenko <a.miroshnichenko@rbk.money>
|
|
---
|
|
systemd/sway.service | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/systemd/sway.service b/systemd/sway.service
|
|
index ad2f9fbe084c..05ec332eb45c 100644
|
|
--- a/systemd/sway.service
|
|
+++ b/systemd/sway.service
|
|
@@ -16,4 +16,4 @@ Restart=on-failure
|
|
RestartSec=1
|
|
TimeoutStopSec=10
|
|
NotifyAccess=all
|
|
-ExecStopPost=/usr/bin/systemctl --user unset-environment SWAYSOCK DISPLAY I3SOCK WAYLAND_DISPLAY
|
|
+ExecStopPost=/bin/systemctl --user unset-environment SWAYSOCK DISPLAY I3SOCK WAYLAND_DISPLAY
|
|
--
|
|
2.26.2
|
|
|