systemrescue-zfs/airootfs/etc/tmpfiles.d
Gerd v. Egidy 11dc58b506 implement autostarting programs when the X desktop is opened: gui_autostart option in YAML config
Allows either linking existing .desktop files or executing arbitrary commands.

Example config:

gui_autostart:
    100:
         desktop: "/usr/share/applications/thunar.desktop"
    200:
         exec: "bash -c \"read -p 'press any key'\""
         terminal: true
2023-03-14 23:21:46 +01:00
..
gui_autostart.conf implement autostarting programs when the X desktop is opened: gui_autostart option in YAML config 2023-03-14 23:21:46 +01:00
ssh_authorized_keys.conf always create an empty /root/.ssh/authorized_keys with correct permissions 2023-03-11 18:32:07 +01:00