Skip to content

Add cron slice #550

@polarathene

Description

@polarathene

Similar to #533 this slice had been contributed initially as part of the PR for another slice but was later removed.

The contribution involved two slices related to cron:

cron-daemon-common.yaml:

package: cron-daemon-common

essential:
  - cron-daemon-common_copyright

slices:
  config:
    essential:
      - adduser_bins
    contents:
      /etc/cron.d/.placeholder:
      /etc/cron.daily/.placeholder:
      /etc/cron.hourly/.placeholder:
      /etc/cron.monthly/.placeholder:
      /etc/cron.weekly/.placeholder:
      /etc/cron.yearly/.placeholder:
      /etc/crontab:
      /usr/lib/sysusers.d/cron-daemon-common.conf:
      /usr/lib/tmpfiles.d/cron-daemon-common.conf:

  copyright:
    contents:
      /usr/share/doc/cron-daemon-common/copyright:

cron:

package: cron

essential:
  - cron_copyright

slices:
  bins:
    essential:
      - cron-daemon-common_config
      - cron_config
      - init-system-helpers_bins
      - libc6_libs
      - libpam-runtime_bins
      - libpam0g_libs
      - libselinux1_libs
      - sensible-utils_bins
    contents:
      /usr/bin/crontab:
      /usr/sbin/cron:

  config:
    contents:
      /etc/default/cron:
      /etc/init.d/cron:
      /etc/pam.d/cron:
      /etc/supercat/spcrc-crontab:
      /etc/supercat/spcrc-crontab-light:

  copyright:
    contents:
      /usr/share/doc/cron/copyright:

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions