diff options
author | Vincent Ambo <mail@tazj.in> | 2020-06-26T19·38+0100 |
---|---|---|
committer | tazjin <mail@tazj.in> | 2020-06-26T19·51+0000 |
commit | 2e3b03b5ae04cc9d4da0001aff07962bf4107d42 (patch) | |
tree | 75d929acb15720bc8eb1182d105e2ecaa2626ba0 /presentations/systemd-2016/demo/notes.md | |
parent | 1d0e421cb86861c64b58d5aa66dce295ffe28af5 (diff) |
chore(tazjin): Move my presentations to my user directory r/1090
Change-Id: I72b25680e7167c3a55477111c28b1d4936c60e2c Reviewed-on: https://cl.tvl.fyi/c/depot/+/606 Reviewed-by: tazjin <mail@tazj.in>
Diffstat (limited to 'presentations/systemd-2016/demo/notes.md')
-rw-r--r-- | presentations/systemd-2016/demo/notes.md | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/presentations/systemd-2016/demo/notes.md b/presentations/systemd-2016/demo/notes.md deleted file mode 100644 index b4866b1642bb..000000000000 --- a/presentations/systemd-2016/demo/notes.md +++ /dev/null @@ -1,27 +0,0 @@ -# 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 |