Skip to content

Commit

Permalink
Add sonic-delayed.target to Application Extension .timer file generat…
Browse files Browse the repository at this point in the history
…or (#2176)

- What I did
Add sonic-delayed.target to sonic-application-extension .timer file generator
This change will complete sonic-net/sonic-buildimage#7846 of sonic-delayed.target addition.

- How I did it
N/A

- How to verify it
Make sure your App Ext is part of "WantedBy" sonic-delayed.target
  • Loading branch information
noaOrMlnx authored and judyjoseph committed May 25, 2022
1 parent 90611dd commit a86da2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sonic-utilities-data/templates/timer.unit.j2
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ OnBootSec=3min 30 sec
Unit={{ manifest.service.name }}{% if multi_instance %}@%i{% endif %}.service

[Install]
WantedBy=timers.target sonic.target
WantedBy=timers.target sonic.target sonic-delayed.target

0 comments on commit a86da2d

Please sign in to comment.