1 # SPDX-FileCopyrightText: 2021 JayVii 2 # SPDX-License-Identifier: GPL-3.0-or-later 3 # About this header: https://reuse.software 4 5 [Unit] 6 Description=Sleep Inhibitor 7 8 [Service] 9 ExecStart=%h/.local/bin/sguard.sh 10 Restart=always 11 12 [Install] 13 WantedBy=default.target