blob: a1ce47f43e4bc33dc1eb0bc5e7432a49c8fcbe5e [file]
[Unit]
Description=Skia fiddle allows compiling and running Skia C++ code.
Wants=network-online.target
After=network-online.target
[Service]
ExecStart=/usr/local/bin/fiddle \
--log_dir=/var/log/logserver \
--resources_dir=/usr/local/share/fiddle/ \
--fiddle_root=/mnt/pd0/fiddle \
--depot_tools=/mnt/pd0/depot_tools
Restart=always
User=default
Group=default
LimitNOFILE=10000
[Install]
WantedBy=multi-user.target