systemctl status
persist=true 대 영구=false일 때 출력에는 아무런 차이가 없는 것 같습니다.
답변1
systemctl show
친구가 되어 유닛의 모든 속성을 확인하세요.
$ systemctl show your.timer --property=Persistent
Persistent=yes
systemctl status
persist=true 대 영구=false일 때 출력에는 아무런 차이가 없는 것 같습니다.
systemctl show
친구가 되어 유닛의 모든 속성을 확인하세요.
$ systemctl show your.timer --property=Persistent
Persistent=yes