Merge lp:~fo0bar/turku/turku-storage-timers into lp:turku

Proposed by Ryan Finnie
Status: Merged
Approved by: Joel Sing
Approved revision: 38
Merged at revision: 38
Proposed branch: lp:~fo0bar/turku/turku-storage-timers
Merge into: lp:turku
Diff against target: 25 lines (+16/-0)
2 files modified
turku-storage-update-config.service (+6/-0)
turku-storage-update-config.timer (+10/-0)
To merge this branch: bzr merge lp:~fo0bar/turku/turku-storage-timers
Reviewer Review Type Date Requested Status
Joel Sing (community) +1 Approve
Review via email: mp+381282@code.launchpad.net

Commit message

Add turku-storage-update-config systemd service timer

To post a comment you must log in.
Revision history for this message
Canonical IS Mergebot (canonical-is-mergebot) wrote :

This merge proposal is being monitored by mergebot. Change the status to Approved to merge.

Revision history for this message
Joel Sing (jsing) wrote :

LGTM

review: Approve (+1)
Revision history for this message
Canonical IS Mergebot (canonical-is-mergebot) wrote :

Change successfully merged at revision 38

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== added file 'turku-storage-update-config.service'
2--- turku-storage-update-config.service 1970-01-01 00:00:00 +0000
3+++ turku-storage-update-config.service 2020-03-26 22:16:49 +0000
4@@ -0,0 +1,6 @@
5+[Unit]
6+Description=turku-storage-update-config
7+
8+[Service]
9+Type=oneshot
10+ExecStart=/usr/bin/env turku-storage-update-config
11
12=== added file 'turku-storage-update-config.timer'
13--- turku-storage-update-config.timer 1970-01-01 00:00:00 +0000
14+++ turku-storage-update-config.timer 2020-03-26 22:16:49 +0000
15@@ -0,0 +1,10 @@
16+[Unit]
17+Description=turku-storage-update-config
18+
19+[Timer]
20+OnUnitActiveSec=5m
21+RandomizedDelaySec=5m
22+OnStartupSec=5m
23+
24+[Install]
25+WantedBy=timers.target

Subscribers

People subscribed via source and target branches

to all changes: