mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-11 01:19:32 +08:00
13 lines
187 B
Desktop File
13 lines
187 B
Desktop File
[Install]
|
|
WantedBy=a.target
|
|
|
|
[Service]
|
|
Environment=RUST_LOG=debug
|
|
ExecStart=@workstyle@/bin/workstyle
|
|
Restart=always
|
|
RestartSec=3
|
|
|
|
[Unit]
|
|
BindsTo=a.target
|
|
Description=workstyle autostart
|