Skip to content

larsks/audit-unit-files

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 

This is a proof-of-concept for a tool to audit systemd unit files to ensure consistency. It takes as input one (or more) INI-format files which identify required sections and options. For example:

# This says that a unit file must haev a Unit section,
# and this section must contain a Description option 
# (with any content).
[Unit]
Description=__exists__

# This says unit files must contain a Service section with
# the Restart option set to "always"
[Service]
Restart=always

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages