diff options
author | Vincent Ambo <tazjin@google.com> | 2019-12-21T00·26+0000 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2019-12-21T00·26+0000 |
commit | 10f9c4c20886c0eb19c2513290779dde511e8af2 (patch) | |
tree | 6bc030a8f452929df962666f1c08d69d4dbecb6c /presentations/systemd-2016/demo/notes.md | |
parent | c0b28fb866560566c35804a8f14875290a601d99 (diff) | |
parent | 8db37e39599943c33dab76e7cb390b0988e03839 (diff) |
merge(systemd-presentation): Merge at //presentations/systemd-2016 r/256
I figured that adding old presentations in here might actually be a useful thing to do, no matter what format they're in.
Diffstat (limited to 'presentations/systemd-2016/demo/notes.md')
-rw-r--r-- | presentations/systemd-2016/demo/notes.md | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/presentations/systemd-2016/demo/notes.md b/presentations/systemd-2016/demo/notes.md new file mode 100644 index 000000000000..b4866b1642bb --- /dev/null +++ b/presentations/systemd-2016/demo/notes.md @@ -0,0 +1,27 @@ +# simple oneshot + +Run `demo-notify@hello.service` + +# simple timer + +Run `demo-timer.timer`, show both + +# enabling + +Enable `demo-timer.timer`, go to symlink folder, disable + +# OnError + +Show & run `demo-error.service` + +# cgroups demo + +Start `demo-stress.service` without, show in htop, stop +Show slice unit, start slice unit +Add Slice=demo-limits.slice +daemon-reload +Start stress again + +# Proper service + +Look at nginx unit |