mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-12 18:44:39 +08:00
11 lines
154 B
SYSTEMD
11 lines
154 B
SYSTEMD
|
[Unit]
|
||
|
Description=Run live script
|
||
|
Before=systemd-user-sessions.service
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
ExecStart=/etc/live
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|