# Functions
Enable enables the given unit as a WantedBy target.
Exists returns true if the unit exists.
Install installs the specified unit using the given name.
IsEnabled returns true if the given unit is enabled on the target.
# Variables
ErrNotInstalled is returned if an action is invoked on a unit which does not exist.
# Interfaces
FS describes an interface which must be provided, so the package can interact with the filesystem.