FS#30450 - [cronie] Update cronie.service to include EnvironmentFile

Attached to Project: Arch Linux
Opened by Jameson Pugh (ImNtReal) - Tuesday, 26 June 2012, 17:43 GMT
Last edited by Gaetan Bisson (vesath) - Tuesday, 26 June 2012, 21:01 GMT
Task Type Feature Request
Category Packages: Core
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
Please, update the systemd unit file to look like below, so it will include arguments specified in /etc/conf.d/crond:

[Unit]
Description=Periodic Command Scheduler

[Service]
EnvironmentFile=/etc/conf.d/crond
ExecStart=/usr/sbin/crond $CRONDARGS -n
ExecReload=/bin/kill -HUP $MAINPID
Restart=always

[Install]
WantedBy=multi-user.target
This task depends upon

Closed by  Gaetan Bisson (vesath)
Tuesday, 26 June 2012, 21:01 GMT
Reason for closing:  Duplicate
Additional comments about closing:   FS#30408 

Loading...