Этот коммит содержится в:
viktor138irk
2025-07-11 22:26:53 +09:00
коммит произвёл GitHub
Коммит 19ac052d3a
11 изменённых файлов: 311 добавлений и 0 удалений
+11
Просмотреть файл
@@ -0,0 +1,11 @@
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html>
<head>
<title>Setup SML Scripts - UNIT</title>
</head>
<body>
<h1>Setup SML Scripts - UNIT</h1>
<p>Setup SML Scripts - UNIT</p>
<hr>
</body>
</html>
+13
Просмотреть файл
@@ -0,0 +1,13 @@
[Unit]
Description=XLX launcher scripts
Wants=xlx.timer
[Service]
Type=oneshot
User=root
ExecStart=xlx-update
ExecStart=xlx-getdmrid
ExecStart=xlx-gethost
[Install]
WantedBy=multi-user.target
+10
Просмотреть файл
@@ -0,0 +1,10 @@
[Unit]
Description=XLX launcher scripts
Requires=xlx.service
[Timer]
Unit=xlx.service
OnCalendar=*-*-* *:00/10:00
[Install]
WantedBy=timers.target