~shulhan/karajo

740b9a13116b8414fcc5c78c5adebfcfb9ea878a — Shulhan 23 days ago 1af611e dev main
_sys: set systemd unit to start after network.target

This is to fix karajo failed to start because the DNS has not working
yet when initializing email notification.
1 files changed, 2 insertions(+), 0 deletions(-)

M _sys/usr/lib/systemd/system/karajo.service
M _sys/usr/lib/systemd/system/karajo.service => _sys/usr/lib/systemd/system/karajo.service +2 -0
@@ 3,11 3,13 @@

[Unit]
Description=karajo
After=network.target

[Service]
User=karajo
WorkingDirectory=/var/lib/karajo
ExecStart=/usr/bin/karajo -config /etc/karajo/karajo.conf
Restart=on-failure
RestartSec=5s

[Install]