mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-05 16:41:04 +01:00
- 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>
13 lines
205 B
Desktop File
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
|