Opened 12 years ago

Closed 12 years ago

#260 closed defect (fixed)

Patch future systemd Apache to depend on openafs-client and crond

Reported by: ezyang Owned by: quentin
Priority: normal Milestone: Fedora 17
Component: internals Keywords:
Cc:

Description (last modified by ezyang)

When Apache is truly systemd'ified, we will be able to add the following:

For OpenAFS:

[Unit]
Before=httpd.service
[Install]
WantedBy=httpd.service

For Cron (needs a new patch):

[Unit]
Before=httpd.service
[Install]
WantedBy=httpd.service

Though, honestly, it may make more sense to roll our own Systemd service for afsagent.

This doesn't work right now because Apache is still SysV.

Change History (4)

comment:1 Changed 12 years ago by ezyang

  • Description modified (diff)

comment:2 Changed 12 years ago by ezyang

The right way to do this is to systemd'ify afsagent, and have afsagent be a remote_fs. Then we can remove all of these patches, since recent packaged Apache properly depends on remote_fs.

comment:3 Changed 12 years ago by quentin

  • Owner set to quentin
  • Status changed from new to assigned

afsagent has already been turned into a systemd service/timer, and is part of remote_fs.

comment:4 Changed 12 years ago by quentin

  • Resolution set to fixed
  • Status changed from assigned to closed
Note: See TracTickets for help on using tickets.