diff options
Diffstat (limited to 'users/tazjin/presentations/systemd-2016/demo/demo-stress.service')
-rw-r--r-- | users/tazjin/presentations/systemd-2016/demo/demo-stress.service | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/users/tazjin/presentations/systemd-2016/demo/demo-stress.service b/users/tazjin/presentations/systemd-2016/demo/demo-stress.service new file mode 100644 index 000000000000..7e14f13e29d9 --- /dev/null +++ b/users/tazjin/presentations/systemd-2016/demo/demo-stress.service @@ -0,0 +1,6 @@ +[Unit] +Description=Stress test CPU + +[Service] +Slice=demo.slice +ExecStart=/usr/bin/stress -c 5 |