[Unit]
Description=My Awesome Application
After=network.target
[Service]
Type=simple
User=your_username
Group=your_group
WorkingDirectory=/path/to/app/directory
ExecStart=/path/to/app/executable --arg1
Restart=on-failure
RestartSec=5
NoNewPrivileges=true
ProtectSystem=full
[Install]
WantedBy=multi-user.target