Skip to content

Commit

Permalink
Update types/unit/timespan.pp
Browse files Browse the repository at this point in the history
Co-authored-by: Steve Traylen <[email protected]>
  • Loading branch information
TheMeier and traylenator committed Mar 4, 2024
1 parent 5656b44 commit 5f09318
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
* [`Systemd::Unit::Service::Exec`](#Systemd--Unit--Service--Exec): Possible strings for ExecStart, ExecStartPrep, ...
* [`Systemd::Unit::Socket`](#Systemd--Unit--Socket): Possible keys for the [Socket] section of a unit file
* [`Systemd::Unit::Timer`](#Systemd--Unit--Timer): Possible keys for the [Timer] section of a unit file
* [`Systemd::Unit::Timespan`](#Systemd--Unit--Timespan): Timer specification for systemd timers
* [`Systemd::Unit::Timespan`](#Systemd--Unit--Timespan): Timer specification for systemd time spans, e.g. timers.
* [`Systemd::Unit::Unit`](#Systemd--Unit--Unit): Possible keys for the [Unit] section of a unit file

## Classes
Expand Down Expand Up @@ -2760,10 +2760,10 @@ Struct[{

### <a name="Systemd--Unit--Timespan"></a>`Systemd::Unit::Timespan`

Timer specification for systemd timers
Timer specification for systemd time spans, e.g. timers.

* **See also**
* https://www.freedesktop.org/software/systemd/man/systemd.timer.html
* https://www.freedesktop.org/software/systemd/man/systemd.time.html

Alias of `Variant[Integer[0], String, Array[Variant[Integer[0],String]]]`

Expand Down
2 changes: 1 addition & 1 deletion types/unit/timespan.pp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# @summary Timer specification for systemd timers
# @summary Timer specification for systemd time spans, e.g. timers.
# @see https://www.freedesktop.org/software/systemd/man/systemd.time.html
#
type Systemd::Unit::Timespan = Variant[Integer[0],String,Array[Variant[Integer[0],String]]]

0 comments on commit 5f09318

Please sign in to comment.