mirror of
https://github.com/openfaas/faasd.git
synced 2025-06-09 00:16:46 +00:00
Not sure how this got reverted / affected, but was wrong. The name "faas-containerd" is gone and not in use. Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
14 lines
214 B
Desktop File
14 lines
214 B
Desktop File
[Unit]
|
|
Description=faasd
|
|
After=faasd-provider.service
|
|
|
|
[Service]
|
|
MemoryLimit=500M
|
|
ExecStart=/usr/local/bin/faasd up
|
|
Restart=on-failure
|
|
RestartSec=10s
|
|
WorkingDirectory={{.Cwd}}
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|