mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-21 07:52:21 -04:00
Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Maciej Barć <xgqt@protonmail.com>
12 lines
154 B
Desktop File
12 lines
154 B
Desktop File
[Unit]
|
|
Description=code-server
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=exec
|
|
ExecStart=/usr/bin/code-server
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=default.target
|