mirror of https://github.com/cutefishos/appmotor
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
413 B
INI
12 lines
413 B
INI
[Unit]
|
|
Description=Generic application launch booster (sandboxed)
|
|
Requires=dbus.socket booster-silica-session.path lipstick.service
|
|
After=dbus.service booster-silica-session.path lipstick.service
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/bin/invoker --type=silica-session -- /usr/bin/sailjail --profile=%i -- /usr/libexec/mapplauncherd/booster-generic --application=%i
|
|
Restart=always
|
|
RestartSec=1
|
|
OOMScoreAdjust=-250
|