mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-23 13:11:04 +01:00
9 lines
129 B
Plaintext
9 lines
129 B
Plaintext
|
[Unit]
|
||
|
Description=Caffeine auto start
|
||
|
|
||
|
[Service]
|
||
|
ExecStart={{ caffeine_executable_path }}
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|