pixelated / puppet-pixelated

Puppet Module to setup the Pixelated User Agent
GNU Affero General Public License v3.0
13 stars 4 forks source link

Enable startup of pixelated-server with systemd #54

Closed varac closed 7 years ago

varac commented 8 years ago

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, ...).

varac commented 7 years ago

duplicate of #55