plan/pkg/plan.service

20 lines
260 B
SYSTEMD
Raw Normal View History

2025-10-29 08:51:52 +00:00
[Unit]
Description=group plan
After=network.target
[Service]
Type=simple
User=plan
Group=plan
WorkingDirectory=/home/plan
Environment=RUST_LOG=info
Environment=PORT=3028
ExecStart=/home/plan/plan-server
Restart=always
[Install]
WantedBy=multi-user.target