blob: 37f289e697f7a41488242f9d7d96176f8f6c28b4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
[Unit]
Description=ucl-launcher
[Service]
Type=idle
ExecStart=/usr/bin/ucl-launcher
KillSignal=SIGTERM
TimeoutStopSec=10
Restart=always
RestartSec=2
[Install]
WantedBy=multi-user.target
|