Add some demo units
This commit is contained in:
parent
f368f12a90
commit
d2e97f4042
6 changed files with 66 additions and 0 deletions
7
demo/demo-error@.service
Normal file
7
demo/demo-error@.service
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
[Unit]
|
||||
Description=Demonstrate failing units
|
||||
OnFailure=demo-notify@%n.service
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/usr/bin/false
|
||||
Loading…
Add table
Add a link
Reference in a new issue