mirror of
https://github.com/openfaas/faasd.git
synced 2025-06-18 03:56:35 +00:00
14 lines
209 B
Desktop File
14 lines
209 B
Desktop File
[Unit]
|
|
Description=faasd
|
|
After=faas-containerd.service
|
|
|
|
[Service]
|
|
MemoryLimit=500M
|
|
ExecStart={{.Cwd}}/faasd up
|
|
Restart=on-failure
|
|
RestartSec=10s
|
|
WorkingDirectory={{.Cwd}}
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|