1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-12-05 16:41:04 +01:00
home-manager/tests/modules/services/caffeine/basic-service-expected.service
Austin Horstman 1a8b119e60 tests/caffeine: add test coverage
- Add basic-service.nix test for caffeine service configuration
- Test systemd service generation with proper graphical-session.target
integration

Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
2025-07-29 14:47:02 -05:00

13 lines
205 B
Desktop File

[Install]
WantedBy=graphical-session.target
[Service]
ExecStart=@caffeine-ng@/bin/caffeine
PrivateTmp=true
ProtectSystem=full
Restart=on-failure
Slice=session.slice
Type=exec
[Unit]
Description=caffeine