17 lines
379 B
Desktop File
17 lines
379 B
Desktop File
[Unit]
|
|
Description=Islandflow ingest-options
|
|
After=network-online.target
|
|
Wants=network-online.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
WorkingDirectory=/home/delta/islandflow
|
|
EnvironmentFile=/home/delta/islandflow/.env
|
|
ExecStart=/home/delta/.bun/bin/bun services/ingest-options/src/index.ts
|
|
Restart=always
|
|
RestartSec=2
|
|
KillSignal=SIGINT
|
|
TimeoutStopSec=20
|
|
|
|
[Install]
|
|
WantedBy=default.target
|