pixelated / puppet-pixelated

Puppet Module to setup the Pixelated User Agent

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Enable startup of pixelated-server with systemd

varac opened this issue · comments

commented

After rebooting a server pixelated-server is not started, because it's not in the list of enabled service units:

root@pixelated:~# systemctl list-unit-files | grep enabled | grep pixelated

However:

root@pixelated:~# systemctl enable pixelated-server
The unit files have no [Install] section. They are not meant to be enabled
using systemctl.
Possible reasons for having this kind of units are:

  1. A unit may be statically enabled by being symlinked from another unit's
    .wants/ or .requires/ directory.
  2. A unit's purpose may be to act as a helper for some other unit which has
    a requirement dependency on it.
  3. A unit may be started when needed via activation (socket, path, timer,
    D-Bus, udev, scripted systemctl call, ...).
commented

duplicate of #55