siohaza / systemd2rc

Translate unit files to OpenRC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

systemd2rc

Translate unit files to OpenRC

Features

  • Description
  • Before
  • After
  • Requires
  • Wants
  • Type (simple, exec, forking and oneshot)
  • ExecStart
  • ExecStop
  • ExecReload
  • PIDFile
  • User
  • Group

For "simple" and "exec" type:

  • WorkingDirectory
  • RootDirectory
  • UMask
  • Nice
  • Environment
  • IOSchedulingClass
  • IOSchedulingPriority
  • StandardOutput=file:...
  • StandardError=file:...

For "oneshot" and "forking" type:

  • WorkingDirectory
  • RootDirectory
  • UMask
  • Nice
  • IOSchedulingClass
  • IOSchedulingPriority
  • CPUSchedulingPolicy
  • CPUSchedulingPriority

Credits

OpenRC.run

About

Translate unit files to OpenRC

License:BSD 2-Clause "Simplified" License


Languages

Language:Python 100.0%