From 797506ee44010bb9d2bdc54d68991b8275c71fe2 Mon Sep 17 00:00:00 2001 From: TudbuT Date: Sat, 26 Oct 2024 00:59:15 +0200 Subject: [PATCH] Add autorun.service --- autorun.service | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 autorun.service diff --git a/autorun.service b/autorun.service new file mode 100644 index 0000000..b70796a --- /dev/null +++ b/autorun.service @@ -0,0 +1,9 @@ +[Unit] +Description=Autorun service + +[Service] +ExecStart=/autorun +Restart=Always + +[Install] +WantedBy=multi-user.target