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 | 8db37e39599943c33dab76e7cb390b0988e03839 (patch) | |
tree | 7c74b1130ae0600487c73b26652218d1733d987b /presentations/systemd-2016/demo/notes.md | |
parent | 91d7f0300021247552e628b94bce2720bcd6d93e (diff) |
chore(systemd-presentation): Prepare for depot merge
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 |