pub / sguard

Suspend Guard for the PhoneShell "Phosh"
git clone https://src.jayvii.de/pub/sguard.git
Home | Log | Files | Exports | Refs | README | RSS

sguard.service (276B)


      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