mirror of
https://codeberg.org/icewind/rss-webhook-trigger.git
synced 2026-06-03 18:04:09 +02:00
cleanup
This commit is contained in:
parent
46f0fe32a9
commit
703c69f988
2 changed files with 1 additions and 2 deletions
|
|
@ -49,9 +49,9 @@ in {
|
|||
config = mkIf cfg.enable {
|
||||
systemd.services."rss-webhook-trigger" = {
|
||||
wantedBy = ["multi-user.target"];
|
||||
script = "${cfg.package}/bin/rss-webhook-trigger ${configFile}";
|
||||
|
||||
serviceConfig = {
|
||||
ExecStart = "${cfg.package}/bin/rss-webhook-trigger ${configFile}";
|
||||
Restart = "on-failure";
|
||||
DynamicUser = true;
|
||||
PrivateTmp = true;
|
||||
|
|
|
|||
|
|
@ -40,5 +40,4 @@ pub struct HubTag {
|
|||
pub id: u64,
|
||||
#[serde(with = "time::serde::rfc3339")]
|
||||
pub last_updated: OffsetDateTime,
|
||||
pub name: String,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue