mirror of
https://github.com/nix-community/home-manager
synced 2024-11-01 08:49:44 +01:00
13 lines
209 B
SYSTEMD
13 lines
209 B
SYSTEMD
|
[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
|