~upstart-devel/upstart/upstart-jobs

« back to all changes in this revision

Viewing changes to vivid/lib/systemd/system/cron.target

  • Committer: Dimitri John Ledkov
  • Date: 2014-11-19 12:58:41 UTC
  • Revision ID: dimitri.j.ledkov@intel.com-20141119125841-98dr37roy8dvcv3b
auto update

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
[Unit]
 
2
Description=systemd-cron
 
3
Documentation=man:systemd.cron(7)
 
4
Requires=cron-hourly.timer
 
5
Requires=cron-daily.timer
 
6
Requires=cron-weekly.timer
 
7
Requires=cron-monthly.timer
 
8
Wants=cron-update.path
 
9
 
 
10
[Install]
 
11
WantedBy=multi-user.target
 
12