mirror of
https://git.korhonen.cc/FunctionalHacker/dotfiles.git
synced 2024-11-01 03:20:29 +00:00
14 lines
265 B
Desktop File
14 lines
265 B
Desktop File
[Unit]
|
|
Description=Neovim remote SSH socket
|
|
|
|
# Pass arguments https://superuser.com/a/1282178
|
|
[Service]
|
|
Type=simple
|
|
Environment="SCRIPT_ARGS=%I"
|
|
ExecStart=%h/.local/bin/nvim-remote-ssh $SCRIPT_ARGS
|
|
Restart=on-failure
|
|
RestartSec=1
|
|
|
|
[Install]
|
|
WantedBy=default.target
|