We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 672e5e0 commit 11fd7eeCopy full SHA for 11fd7ee
card_data/infrastructure/dagster.service
@@ -10,6 +10,10 @@ User=ubuntu
10
WorkingDirectory=/home/ubuntu/card_data/card_data
11
Environment="AWS_DEFAULT_REGION=us-west-2"
12
Environment="PATH=/home/ubuntu/card_data/card_data/.venv/bin:/usr/local/bin:/usr/bin:/bin"
13
+NoNewPrivileges=true
14
+PrivateTmp=true
15
+ProtectSystem=strict
16
+ProtectHome=read-only
17
ExecStartPre=/home/ubuntu/wait-for-rds.sh
18
ExecStart=/home/ubuntu/start-dagster.sh
19
Restart=on-failure
0 commit comments