Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 482716 - sys-process/vixie-cron - install systemd unit file
Summary: sys-process/vixie-cron - install systemd unit file
Status: RESOLVED DUPLICATE of bug 465982
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Cron Team
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks: install-systemd-unit
  Show dependency tree
 
Reported: 2013-08-27 20:36 UTC by Stefan G. Weichinger
Modified: 2013-08-27 20:59 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Stefan G. Weichinger 2013-08-27 20:36:15 UTC
sys-process/vixie-cron does not yet bring systemd-service-file(s).

Suggestion (working here):

# cat vixie-cron.service 
[Unit]
Description=Vixie Cron Daemon

[Service]
Type=forking
ExecStart=/usr/sbin/cron
ExecStop=/bin/kill -TERM $MAINPID

[Install]
WantedBy=multi-user.target



Reproducible: Always
Comment 1 Alex Xu (Hello71) 2013-08-27 20:43:28 UTC
*vixie-cron-4.1-r13 (13 Jul 2013)

  13 Jul 2013; Pacho Ramos <pacho@gentoo.org> +files/vixie-cron.service,
  +vixie-cron-4.1-r13.ebuild:
  Install unit file (#465982)
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2013-08-27 20:59:48 UTC
*vixie-cron-4.1-r13 (13 Jul 2013)

  13 Jul 2013; Pacho Ramos <pacho@gentoo.org> +files/vixie-cron.service,
  +vixie-cron-4.1-r13.ebuild:
  Install unit file (#465982)

*** This bug has been marked as a duplicate of bug 465982 ***