Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9697686
README.md
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
664 B
Subscribers
None
README.md
View Options
Systemd
=======
[](https://forge.puppetlabs.com/camptocamp/systemd)
[](https://travis-ci.org/camptocamp/puppet-systemd)
Overview
--------
This
module
just
declares
an
`
Exec
[
'
systemctl
-
daemon
-
reload
'
]
`
resource
that
you
can
use
to
refresh
the
daemon
.
```
puppet
include
::
systemd
file
{
'
/
usr
/
lib
/
systemd
/
system
/
foo
.
service
'
:
ensure
=>
file
,
owner
=>
'
root
'
,
group
=>
'
root
'
,
mode
=>
'
0644
'
,
source
=>
"puppet:///modules/${module_name}/foo.service"
,
}
~>
Exec
[
'
systemctl
-
daemon
-
reload
'
]
```
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Aug 19, 12:38 AM (2 w, 4 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3248503
Attached To
R139 puppet-camptocamp-systemd
Event Timeline
Log In to Comment