mirror of
https://github.com/nix-community/home-manager
synced 2024-11-01 16:59:43 +01:00
12 lines
209 B
Desktop File
12 lines
209 B
Desktop File
[Install]
|
|
WantedBy=default.target
|
|
|
|
[Service]
|
|
ExecSearchPath=/bin
|
|
ExecStart=@comodoro@/bin/comodoro server start preset tcp
|
|
Restart=always
|
|
RestartSec=10
|
|
|
|
[Unit]
|
|
After=network.target
|
|
Description=Comodoro server
|