mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
nixos/tt-rss.service: set syslogidentifier
This commit is contained in:
parent
e96c52efdb
commit
8fc8eec0e7
1 changed files with 1 additions and 0 deletions
|
@ -636,6 +636,7 @@ let
|
|||
StandardError = "syslog";
|
||||
Restart = "on-failure";
|
||||
RestartSec = "60";
|
||||
SyslogIdentifier = "tt-rss";
|
||||
};
|
||||
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
|
|
Loading…
Reference in a new issue