propellor-4.7.6: property-based host configuration management in haskell

Safe HaskellNone
LanguageHaskell98

Propellor.Property.FreeDesktop

Description

Freedesktop.org configuration file properties.

Synopsis

Documentation

type Name = String Source #

Name used in a desktop file; user visible.

type Exec = String Source #

Command that a dekstop file runs. May include parameters.

autostart :: FilePath -> Name -> Exec -> RevertableProperty UnixLike UnixLike Source #

Specifies an autostart file. By default it will be located in the system-wide autostart directory.