From c2178aa9e7af2bff38af7f62df07b0858b66abeb Mon Sep 17 00:00:00 2001 From: David Timber Date: Mon, 14 Apr 2025 19:37:42 +0200 Subject: Change command invocation semantics to ... `python -m palhm` --- src/palhm/conf/palhm-boot-report.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/palhm/conf/palhm-boot-report.service') diff --git a/src/palhm/conf/palhm-boot-report.service b/src/palhm/conf/palhm-boot-report.service index 0b4ba67..16a7c6d 100644 --- a/src/palhm/conf/palhm-boot-report.service +++ b/src/palhm/conf/palhm-boot-report.service @@ -4,7 +4,7 @@ After=postfix.service sendmail.service exim.service dovecot.service network-onli [Service] Type=oneshot -ExecStart=/var/lib/PALHM/src/palhm.py -q boot-report +ExecStart=/usr/bin/python -m palhm -q boot-report Nice=10 [Install] -- cgit v1.2.3-70-g09d2