Skip to content

Commit a4a8d19

Browse files
committed
fix: avoid conflict over usr/local by moving script
1 parent a402f60 commit a4a8d19

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

system_files/usr/lib/systemd/system/firstboot-autologin.service

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Before=display-manager.service
44

55
[Service]
66
Type=oneshot
7-
ExecStart=/usr/local/bin/firstboot-autologin.sh
7+
ExecStart=/usr/libexec/firstboot-autologin.sh
88

99
[Install]
1010
WantedBy=multi-user.target
File renamed without changes.

0 commit comments

Comments
 (0)