refactor: 清理is_paid/paid_expires_at旧字段引用(scripts+service文件)

This commit is contained in:
2026-05-26 10:02:10 +08:00
parent c9c9cc04de
commit 28033bc432
3 changed files with 57 additions and 241 deletions

View File

@@ -1,28 +0,0 @@
[Unit]
Description=Rust Backend Development Service
After=network.target postgresql.service
Wants=network.target
[Service]
Type=simple
User=root
Group=root
WorkingDirectory=/root/rust/rust_backend_dev
ExecStart=/root/rust/rust_backend_dev/rust-backend
Restart=always
RestartSec=5
StandardOutput=journal
StandardError=journal
EnvironmentFile=/root/rust/rust_backend_dev/.env
NoNewPrivileges=yes
PrivateTmp=yes
ProtectSystem=strict
ProtectHome=read-only
ReadWritePaths=/root/rust/rust_backend_dev
SyslogIdentifier=rust-backend-dev
[Install]
WantedBy=multi-user.target

1
rust-backend-dev.service Symbolic link
View File

@@ -0,0 +1 @@
deploy/rust-backend-development.service