diff options
author | Vincent Ambo <tazjin@gmail.com> | 2016-01-21T18·32+0100 |
---|---|---|
committer | Vincent Ambo <tazjin@gmail.com> | 2016-01-21T18·32+0100 |
commit | 1eb2797d03d985513a00f6f5020f52b08c6cc2f2 (patch) | |
tree | c8a15a3c92a956615a551d08aea32eeb54b23f6c /demo/demo-error.service | |
parent | d2e97f40421d3f886429ab612d5de178700c40b0 (diff) |
Update demo units, change font size
Diffstat (limited to 'demo/demo-error.service')
-rw-r--r-- | demo/demo-error.service | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/demo/demo-error.service b/demo/demo-error.service new file mode 100644 index 000000000000..b2d4c9d34799 --- /dev/null +++ b/demo/demo-error.service @@ -0,0 +1,7 @@ +[Unit] +Description=Demonstrate failing units +OnFailure=demo-notify@%n.service + +[Service] +Type=oneshot +ExecStart=/usr/bin/false |