diff options
author | David Timber <dxdt@dev.snart.me> | 2024-01-10 11:27:28 +0900 |
---|---|---|
committer | David Timber <dxdt@dev.snart.me> | 2024-01-10 11:27:28 +0900 |
commit | b7ebf454066aa54891e204ae0db81c32f32bdf04 (patch) | |
tree | 989d9fee5b4a5be9bd93895f0c0cc3b41b998be3 | |
parent | 2b1f0f62a5d8cddcb874924f2a7b83dc108c69e6 (diff) |
Run palhm-boot-report.service as root
-rw-r--r-- | src/conf/palhm-boot-report.service | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/conf/palhm-boot-report.service b/src/conf/palhm-boot-report.service index 60f3917..0b4ba67 100644 --- a/src/conf/palhm-boot-report.service +++ b/src/conf/palhm-boot-report.service @@ -6,7 +6,6 @@ After=postfix.service sendmail.service exim.service dovecot.service network-onli Type=oneshot ExecStart=/var/lib/PALHM/src/palhm.py -q boot-report Nice=10 -User=palhm [Install] WantedBy=multi-user.target |