Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
1XP-Inc
/
sys-cli
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Files
Expand file tree
main
Breadcrumbs
sys-cli
/
config.example
Copy path
Blame
More file actions
Blame
More file actions
Latest commit
History
History
History
39 lines (35 loc) · 1.89 KB
main
Breadcrumbs
sys-cli
/
config.example
Copy path
Top
File metadata and controls
Code
Blame
39 lines (35 loc) · 1.89 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# sys-cli 사용자 설정 파일
#
# 이 파일은 ~/.config/sys-cli/config 위치에 복사되어 사용됩니다.
# install.sh가 처음 실행될 때 자동으로 복사하며, 이후 업데이트 시에는 덮어쓰지 않습니다.
# ============================================================================
# SYS_WATCH
# ============================================================================
# sys ls 했을 때 USER SERVICES와 함께 표시할 system service들.
# user service만 운영한다면 빈 배열() 그대로 두면 됩니다.
#
# 예: 모니터링 스택까지 보려면 아래처럼:
# SYS_WATCH=(prometheus grafana-server node_exporter)
SYS_WATCH=()
# ============================================================================
# SYS_STATE_DIR (선택)
# ============================================================================
# 번호 ↔ 서비스명 매핑 파일을 저장할 디렉토리.
# 매핑은 셸(PID)별 파일로 분리 저장되므로, 여러 셸에서 동시에 sys ls 를
# 실행해도 번호가 섞이지 않습니다. 기본값으로 충분하니 보통 건드릴 필요 없음.
#
# SYS_STATE_DIR="${HOME}/.cache/sys-cli"
# ============================================================================
# 자동 업데이트 (선택)
# ============================================================================
# sys ls 를 실행할 때 6시간마다 한 번 클론한 저장소에서 git pull 해서
# sys 를 최신으로 갱신합니다. 새 버전이 있으면 그 실행에 바로 반영됩니다
# (주기 안의 나머지 실행은 git 을 건드리지 않아 빠릅니다).
#
# SYS_REPO_DIR 은 install.sh 가 자동으로 기록하므로 직접 건드릴 필요 없습니다.
#
# 자동 업데이트를 끄려면:
# SYS_AUTO_UPDATE=false
#
# 체크 주기를 바꾸려면 (초 단위, 기본 21600 = 6시간):
# SYS_UPDATE_INTERVAL=3600 # 1시간마다
You can’t perform that action at this time.