mirror of
https://github.com/tcsenpai/Frappuccino.git
synced 2025-06-04 17:50:05 +00:00
16 lines
215 B
Desktop File
16 lines
215 B
Desktop File
|
|
[Unit]
|
|
Description=Frappuccino daemon
|
|
After=network.target
|
|
|
|
[Service]
|
|
|
|
# Service execution
|
|
###################
|
|
|
|
ExecStart="/home/USERNAMEPLACEHOLDER/frappuccino/inhibitor.sh"
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|