← Back to context Comment by broeng 12 hours ago What do you mean? They can be in a single service file. 1 comment broeng Reply MortyWaves 11 hours ago All the examples I see is there’s a network unit file, a cron unit file, etc all for one application. It would be nice to colocate.Then there is composition of multiple applications too.With docker compose I have a single file for running all my services.With systemd it has to be N number of files for each service too.
MortyWaves 11 hours ago All the examples I see is there’s a network unit file, a cron unit file, etc all for one application. It would be nice to colocate.Then there is composition of multiple applications too.With docker compose I have a single file for running all my services.With systemd it has to be N number of files for each service too.
All the examples I see is there’s a network unit file, a cron unit file, etc all for one application. It would be nice to colocate.
Then there is composition of multiple applications too.
With docker compose I have a single file for running all my services.
With systemd it has to be N number of files for each service too.