Files
easypanel-supabase-compose/twenty/code/podman/twentycrm.service
T
Andrei Canta 405fd49534 update
2025-05-21 20:09:48 +03:00

16 lines
358 B
Desktop File

[Unit]
Description=TwentyCRM Container Stack via Podman-Compose
After=network.target
[Service]
Type=simple
WorkingDirectory=/opt/apps/twenty
EnvironmentFile=/opt/apps/twenty/.env
ExecStart=/usr/bin/podman-compose -f podman-compose.yml up -d
ExecStop=/usr/bin/podman-compose -f podman-compose.yml down
RemainAfterExit=yes
[Install]
WantedBy=default.target