Skip to content

Instantly share code, notes, and snippets.

@Mekyi
Created November 2, 2020 14:03
Show Gist options
  • Save Mekyi/0fa9322282f8e7884e7c4488571f7517 to your computer and use it in GitHub Desktop.
Save Mekyi/0fa9322282f8e7884e7c4488571f7517 to your computer and use it in GitHub Desktop.
[Unit]
Description=Template service
After=network.target
[Service]
EnvironmentFile=/env/file/path
Type=simple
ExecStart=python3 /program/file/path
Restart=always
RestartSec=3
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment