mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
chore(systemd): port time-limited command examples to snippets
This commit is contained in:
@@ -1,7 +1,12 @@
|
||||
#!/usr/bin/env sh
|
||||
|
||||
sudo systemctl enable --now 'gitlab-runner'
|
||||
|
||||
sudo journalctl -xefu 'gitlab-runner'
|
||||
sudo journalctl --since 'yesterday'
|
||||
sudo journalctl --since "2015-01-10 17:15:00"
|
||||
sudo journalctl --since '09:00' --until "1 hour ago"
|
||||
sudo journalctl --since "2015-01-10" --until "2015-01-11 03:00"
|
||||
|
||||
sudo hostnamectl
|
||||
sudo hostnamectl status --static
|
||||
|
||||
Reference in New Issue
Block a user