mirror of
https://github.com/openfaas/faasd.git
synced 2025-06-08 08:05:03 +00:00
14 lines
212 B
Desktop File
14 lines
212 B
Desktop File
[Unit]
|
|
Description=faasd
|
|
After=faasd-provider.service
|
|
|
|
[Service]
|
|
MemoryMax=500M
|
|
ExecStart=/usr/local/bin/faasd up
|
|
Restart=on-failure
|
|
RestartSec=10s
|
|
WorkingDirectory={{.Cwd}}
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|