Skip to content

Commit

Permalink
Enable resource accounting in MicroShift systemd service
Browse files Browse the repository at this point in the history
Signed-off-by: Ricardo Noriega <rnoriega@redhat.com>
  • Loading branch information
oglok committed Aug 18, 2022
1 parent 7643bcd commit 8ba094f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packaging/systemd/microshift.service
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ ExecStart=microshift run
Restart=always
User=root
Type=notify
Delegate=yes
CPUAccounting=yes
BlockIOAccounting=yes
MemoryAccounting=yes
LimitNOFILE=1048576

[Install]
WantedBy=multi-user.target

0 comments on commit 8ba094f

Please sign in to comment.