Commit Graph

51 Commits

Author SHA1 Message Date
graysky
60936bef1d kodi-wayland: cage needs env var set to work
Still not optimal but this addition allows kodi-wayland.service to start
now that we are no longer in user.slice.  Fixes #27.
2020-12-16 13:32:25 -05:00
graysky
34515c3338 Consistent behavior on a systemctl stop vs reboot
If I call systemctl to shutdown or reboot, the effect is that it does
not honor kodi-x11.service's ExecStop= line which results in an
unclean exit of kodi and of data loss since kodi writes out some data
when it exits.  By contrast, calling systemctl to stop the service
works as expected.

It seems systemd treats processes in user.slice differently that those
in system.slice and that removing PAMName=login was to blame for kodi's
processes running in user.slice.

Discussion:
https://lists.freedesktop.org/archives/systemd-devel/2020-December/045713.html
https://bbs.archlinux.org/viewtopic.php?id=261684
2020-12-16 13:32:25 -05:00
graysky
29b2b65590 restore call to kodi-standalone, fixes #26
Calling the kodi-xxx target in ExecStart= was not actually the key to
fixing the shutdown bugs in 847b6ec65. Adding the ExecStop= calling
killall to the exact target was needed.

This commit restores the call to kodi-standalone to allow the
"RestartApp" built in to work again and adds the key ExecStop= with
killall.
2020-11-08 08:30:46 -05:00
graysky
847b6ec656 better ExecStop to cleanly exit fixes #23 and #24
Direct call to kodi-xxx in ExecStart= allows direction of kill signal to that
rather than to kodi-standalone wrapper.  This allows the kill signal to hit
the indented executable.  As well, using killall in the ExecStop= allows for
synchronous stopping and for kodi to do shutdown housekeeping tasks such as
saving settings, stopping services (web, zeroconf, etc.) and unloading things.
2020-10-24 14:52:18 -04:00
graysky
3fcd54aad5 fix unclean exit and stop spamming journalctl 2020-09-23 07:30:32 -04:00
graysky
2c5da1a438 support passing environment vars to service 2020-09-14 15:34:44 -04:00
graysky
e6a3e23ff6 expand on ARM warning, fixes #18 2020-08-08 06:43:04 -04:00
graysky
d419c4d772 use alias to dm.service rather than target fixes #19
Also see: https://bbs.archlinux.org/viewtopic.php?pid=1131267
2020-07-13 13:54:54 -04:00
graysky
6f42ca3502 Merge branch 'master' of github.com:graysky2/kodi-standalone-service 2020-05-14 06:56:00 -04:00
graysky
90acc3562c
Merge pull request #17 from nl6720/wayland
Add kodi-wayland.service
2020-05-14 06:55:34 -04:00
graysky
762e312b0b update readme for wayland merge 2020-05-14 06:55:31 -04:00
nl6720
b2caa0ef83 Add kodi-wayland.service
This allows running Kodi in a Wayland session using the Cage compositor.
2020-05-14 11:29:49 +03:00
graysky
aa83f6cc27 fixes #14 2020-05-05 05:56:44 -04:00
graysky
74abcce02a output of services to journal for cleaner boot 2020-02-02 14:43:09 -05:00
graysky
d2cb656955 recursively set ownership on /var/lib/kodi/ to allow any uid/gid 2020-01-14 10:07:11 -05:00
graysky
012ef7b5af
Merge pull request #12 from janhicken/feature/systemd-sysusers-and-tmpfiles
Use systemd-tmpfiles and systemd-sysusers
2020-01-05 18:36:35 -05:00
Jan Hicken
6ebf24b1d5 Use systemd-tmpfiles and systemd-sysusers 2020-01-05 12:55:02 +01:00
nl6720
92036950d8 Improve systemd units
Use the same dependencies and their order in both systemd units.
Add additional units of services that kodi uses.
Don't use "Requires=", kodi can run without a network connection.
Export WINDOWING=x11 in kodi.service to skip the autodetection that /usr/bin/kodi-standalone performs.
Give kodi-gbm.service the privileges of input group, this allows removing the kodi user from that group's membership since kodi.service does not need it.
2019-12-04 07:57:36 -05:00
graysky
ec902b8f97 fixes #9 2019-05-07 15:07:19 -04:00
graysky
566e8425b3 updates for gbm service 2019-04-29 12:00:25 -04:00
graysky
1953328d0f
Merge pull request #8 from nl6720/kodi-gbm
Add kodi-gbm
2019-04-29 08:17:45 -04:00
nl6720
5da11a4fe3 Add kodi-gbm.service
This allows running Kodi directly off DRM/KMS without X server.
2019-04-29 08:35:00 +03:00
graysky
9df8992d96 fixes #6 2018-08-25 11:16:36 -04:00
graysky
6c4563e281 update readme 2018-06-25 09:10:06 -04:00
graysky
aa4d396882
Merge pull request #5 from nl6720/improve_service_file
Improve service file
2018-06-14 14:11:54 -04:00
nl6720
63e86939b5 Improve service
Improve service description.
Use graphical.target, Xorg and graphical applications should only be started in graphical.target not in multi-user.target.
2018-06-14 13:00:43 +03:00
graysky
59b8ad7ab3 add license 2018-01-12 08:38:37 -05:00
graysky
bfa43577d6 fixes #4 2017-08-28 16:17:52 -04:00
graysky
43de034265 require network-online 2017-08-05 16:22:45 -04:00
graysky
d6360e25df allow mysqld to ready before starting 2017-07-30 21:32:21 -04:00
graysky
3d75368cc7 copy/paste error into readme, fixes #3 2017-05-28 13:51:11 -04:00
graysky
8ff0521e76 update readme 2017-03-09 14:59:53 -05:00
graysky
c649070acf update to run on vt1 2017-03-04 08:46:48 -05:00
graysky
cf7043f813 note modsetting/some AMD drivers re: Xwrapper.conf 2017-02-22 16:31:08 -05:00
graysky
6558d5a47e dbus-1.10.10-3 doesn't play well with dbus-launch for some users 2016-09-08 15:46:56 -04:00
graysky
a432f72fd2 remove type 2016-03-28 14:42:02 -04:00
graysky
1d9889f2ee remove spaces from service 2016-03-28 09:41:37 -04:00
graysky
4c9f9d0261 dep 2015-05-27 16:53:54 -04:00
graysky
1f2f807a5e update readme 2015-01-04 17:13:47 -05:00
graysky
900077d3de serivce no longer requires /etc/X11/Xwrapper.config 2015-01-04 15:27:57 -05:00
graysky
25d836ad66 Merge pull request #1 from fxthomas/start-from-vt
Remove the need to modify Xwrapper.config
2015-01-04 15:09:33 -05:00
François-Xavier Thomas
dd0c5d18d3 Make X believe Kodi was started from a VT
This removes the need to modify /etc/X11/Xwrapper.config.
2015-01-04 19:35:12 +01:00
graysky
2be44d253d kill xbmc.service if running or else removal of xbmc is not possible 2015-01-03 19:29:47 -05:00
graysky
74bf124159 fix typo in PKGBUILD 2015-01-03 10:06:37 -05:00
graysky
cb6e8d8e84 rename unneeded workaround and updates 2015-01-03 10:03:16 -05:00
graysky
181026cbf5 update readme 2015-01-01 13:33:28 -05:00
graysky
8c6d3ee062 break at 80 lines 2015-01-01 13:31:11 -05:00
graysky
dc2127c06c added formal PKGBUILD and postinstall scripts 2015-01-01 13:29:56 -05:00
graysky
bcde5236e4 /xbmc/kodi/ 2014-12-23 21:10:37 -05:00
graysky
744c5cfb38 add 6 s delay to fix PA not init problems 2014-12-23 21:09:57 -05:00