run notify script with journal permissions
This commit is contained in:
parent
4031ada385
commit
abd0458161
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ in {
|
|||
systemd.services.misskey-backup-failure = {
|
||||
description = "Misskey backup failure notification";
|
||||
|
||||
serviceConfig.User = user;
|
||||
serviceConfig.User = "systemd-journal";
|
||||
serviceConfig.Type = "oneshot";
|
||||
|
||||
script = ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue