f5dd7665f6
* service changes * better postinst * better postinst * fix: curio: Update pgx imports, fix db_storage alloc * feat: curioweb: Improve task_history indexes (#11911) * ready to test deb making * deb files build * it works * fullname * last bit of cleanup * doc update * future plans * lint * code comments --------- Co-authored-by: Łukasz Magiera <magik6k@gmail.com> Co-authored-by: Łukasz Magiera <magik6k@users.noreply.github.com>
16 lines
293 B
Desktop File
16 lines
293 B
Desktop File
[Unit]
|
|
Description=Curio
|
|
After=network.target
|
|
|
|
[Service]
|
|
ExecStart=/usr/local/bin/curio run
|
|
Environment=GOLOG_FILE="/var/log/curio/curio.log"
|
|
Environment=GOLOG_LOG_FMT="json"
|
|
LimitNOFILE=1000000
|
|
Restart=always
|
|
RestartSec=10
|
|
EnvironmentFile=/etc/curio.env
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|