mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-20 08:18:49 -04:00
Closes: https://bugs.gentoo.org/838835 Signed-off-by: Leonardo Hernández Hernández <leohdz172@outlook.com>
12 lines
162 B
Desktop File
12 lines
162 B
Desktop File
[Unit]
|
|
Description=code-server-bin
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=exec
|
|
ExecStart=/usr/bin/code-server-bin
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=default.target
|