File: atop-rotate-systemctl-path.patch

package info (click to toggle)
atop 2.12.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,324 kB
  • sloc: ansic: 35,620; python: 257; sh: 248; makefile: 193
file content (20 lines) | stat: -rw-r--r-- 560 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
From: Marc Haber <mh+debian-packages@zugschlus.de>
Date: Sun, 25 May 2025 20:54:51 +0200
Subject: systemctl is in /bin on Debian

Forwarded: not-needed
Last-Update: 2022-08-10
---
 atop-rotate.service | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/atop-rotate.service b/atop-rotate.service
index dbe8e0f..3753977 100644
--- a/atop-rotate.service
+++ b/atop-rotate.service
@@ -4,4 +4,4 @@ Documentation=man:atop(1)
 
 [Service]
 Type=oneshot
-ExecStart=/usr/bin/systemctl restart atop.service
+ExecStart=/bin/systemctl restart atop.service