I would like add some parameters into my .service file such hostname, IP, username, password, during debian package installation.
I created a debian package installion for my python script but I do not know how to get parameters from user and pass the arguments into the .service file or create a .service with arguments.