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